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