Junjie
2026-04-27 abe9409ecbe5ac752dd6f14100733d1b3739ac09
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}