Merge branch 'dev' of http://git.estsh.com/i3-IMPP/i3plus-pojo into dev
commit
9b2356231e
@ -0,0 +1,19 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.model.common;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description :
|
||||||
|
* @Reference :
|
||||||
|
* @Author : yunhao
|
||||||
|
* @CreateDate : 2019-06-20 18:50
|
||||||
|
* @Modify:
|
||||||
|
**/
|
||||||
|
@Data
|
||||||
|
public class ExportDataModel {
|
||||||
|
|
||||||
|
private String className;
|
||||||
|
|
||||||
|
private String exportData;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue