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