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