#
Junjie
15 小时以前 4351d2b4db890de9f5f456f16a68a270788c6434
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}