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