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