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