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