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