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