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