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