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