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