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