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