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