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