Junjie
2025-04-24 8a0442fe48ef5a8d314fd8426475ae44de81a047
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}