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