#
taisheng
2025-02-25 69395e27cc6de6574c4df456f546054085aa933b
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}