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