#
zjj
2025-04-22 2bedde4d5aff244f0a95af47de70e98def96abc2
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}