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