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