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