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