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