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