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