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