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