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