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