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