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