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