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