#
Junjie
2025-05-09 41dbf4e2416a3189e2d7161fd64ac80960525fd6
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}