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