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