#
zjj
23 小时以前 69ba128c58bfb9f5a79481e4997558aafc6f46c6
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}