#
Administrator
2026-04-25 439450cb2b161110b28c660e532b4955f4ba37e9
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}