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