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