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