Junjie
1 天以前 25971ce968a1a25273e90838aa18fa77a0e8b622
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}