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