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