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