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