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