#
Junjie
2025-07-25 9d7fd4c9c2a5d0ed96d32939efd99da75c268d24
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}