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