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