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