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