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