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