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