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