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