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