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