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