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