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