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