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