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