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