Junjie
2026-04-27 91fbede5aa117b3c010e9cbb8804df90757dbe5c
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}