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