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