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