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