1
zhangc
2025-04-11 3cba497c498c3833fdc266d99e07bc3c2d16e658
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}