#
Junjie
2025-03-19 a4f7c8e0fad43d37c91c755e5e386c4a10fa5b8d
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}