1
zhang
2025-08-19 afc12f9bbd372b55a4539c1fc40b17dbd5949cb1
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}