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