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