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