zhangherong
2025-07-08 e9a5e1182bd6e3a9125d8f0d3b2a75039523e27a
1
2
3
4
5
6
7
package org.jeecg.modules.eam.request;
 
public class ImportException extends RuntimeException {
    public ImportException(String message) {
        super(message);
    }
}