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