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