zc
昨天 aee6386344123c250b3ddfa3efa9a7e3ff8f6cbb
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}