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