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