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