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