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