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