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