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