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