#
Junjie
2025-03-20 f32968b7eca070814080dc60237ad340f558c8d2
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}