#
Junjie
2025-04-11 5493592c8e079d88b75cd3849d8aef1113763ef6
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}