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