bug修改,多个缺失字段补齐
parent
c7a6f67668
commit
77d82e8d7d
@ -0,0 +1,19 @@
|
|||||||
|
package com.glxp.sale.admin.entity.sync;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
import java.util.Date;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class NewUploadDiEntity {
|
||||||
|
private Integer id;
|
||||||
|
private String relId;
|
||||||
|
private String thirdSysFk;
|
||||||
|
private Integer uploadStatus;
|
||||||
|
private String uploadMsg;
|
||||||
|
private String uploadCode;
|
||||||
|
private String remark;
|
||||||
|
private Date updateTime;
|
||||||
|
private Date submitTime;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue