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