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