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