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