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