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