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