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