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