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