#
Junjie
2025-03-31 7a48e3bdb861f287f2288225a3e0d2b93b3b0442
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}