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