#
Administrator
2026-03-29 95a5e803d2bb18f9b07df40e85e523693e28f2ac
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}