#
Junjie
2025-05-28 314e894c0d6ce2739344dcd1c94ae7770868a0f1
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}