#
Junjie
2025-01-14 2804585b14a62cc1fdec876b65267a4db8bc8995
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}