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