#
Junjie
昨天 7c8b32a58dd812d1400b21cddbf0ea36832a6d0d
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}