1
zhang
2025-08-29 c6ac196d7207e64b8591f84932439214561fc446
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}