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