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