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