#
Junjie
2025-02-13 7222254629129493fa0635ad2861b81663ebdf49
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}