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