#
Junjie
2026-03-17 f4dee5cb7128d519e1824d96a41ca9cf76c568d1
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}