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