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