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