#
zjj
2025-09-22 5ea8ebb2dc63183018f74ef87de0bea90c87e74c
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}