#
Junjie
2025-01-08 97821c4acc241cd65fd4ae890a44201df065c590
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}