lyh
15 小时以前 58f63d0e061123b15f780d294272d8a461f183db
1
2
3
4
5
6
7
package org.jeecg.modules.eam.request;
 
public class ImportException extends RuntimeException {
    public ImportException(String message) {
        super(message);
    }
}