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