#
Junjie
20 小时以前 802e2b36bb16d3f169b00652ccc65fd361082451
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}