999
zhangc
2025-04-19 f510760823f431891a501cd556928e215702ddb7
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}