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