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