#
Junjie
2025-03-14 84f45fcd6c1221b19bcd2a03bf306f74a223c8c7
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}