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