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