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