123
zc
2025-08-19 380f4071cb919056ca9bf6789081f098f9955fc5
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}