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