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