#
Junjie
3 天以前 0b1cc54f62919c5face9794208a0d24da0f97293
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}