liukangdong
2024-09-29 b2d360d9113b6955287108ca9e90d76a1f3c1419
server/service/src/main/java/com/doumee/dao/business/model/CustomerUser.java
@@ -96,4 +96,20 @@
    @ExcelColumn(name="创建日期")
    private String  creationDate   ;//时间 yyyy-MM-dd
    @ApiModelProperty(value = "来源 0小程序 1中台", example = "1")
    @ExcelColumn(name="来源 0小程序 1中台")
    private Integer source;
    @ApiModelProperty(value = "中台提交状态 0未提交 1已提交 2提交失败", example = "1")
    @ExcelColumn(name="中台提交状态 0未提交 1已提交 2提交失败")
    private Integer ztStatus;
    @ApiModelProperty(value = "中台提交时间")
    @ExcelColumn(name="中台提交时间")
    private Date ztDate;
    @ApiModelProperty(value = "中台提交备注")
    @ExcelColumn(name="中台提交备注")
    private String ztInfo;
}