zhangherong
6 天以前 bcd90314646203b32f73c89c1c2f89eaa96e2c9f
1
2
3
4
5
6
7
package org.jeecg.modules.eam.request;
 
public class ImportException extends RuntimeException {
    public ImportException(String message) {
        super(message);
    }
}