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