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