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