123
zc
2025-05-13 b3d06119f5ccbdbbcf6d66911d66a0fcac6e4afd
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}