#
zc
2025-05-05 b0aca4f6dc0d314c6ef336d915740e017b6fccee
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}