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