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