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