#
Junjie
2025-02-06 9a516a0f650c3192071a20431789ea3942fbba8d
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}