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