lyh
6 天以前 4129e9310993e1bfd62cf827556b868c8829dfb2
1
2
3
4
5
6
7
package org.jeecg.modules.eam.request;
 
public class ImportException extends RuntimeException {
    public ImportException(String message) {
        super(message);
    }
}