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