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