#
taisheng
2025-06-27 c559883fc2a8c3a8102e68ac360012fcf5938d45
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}