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