jiangping
2024-10-14 2079ba28f20bde46f7736699c97abf0e1564770d
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/PlatformWmsDetail.java
@@ -50,14 +50,20 @@
    @ApiModelProperty(value = "0未完成 1已完成 2已取消", example = "1")
    @ExcelColumn(name="状态 0未完成 1已完成 2已取消")
    private Integer status;
    @ApiModelProperty(value = "上锁状态 0未上锁 1已上锁", example = "1")
    @ExcelColumn(name="上锁状态 0未上锁 1已上锁")
    private Integer lockStatus;
    @ApiModelProperty(value = "备注")
    @ExcelColumn(name="备注")
    private String remark;
    @ApiModelProperty(value = "行数据编码(关联platform_wms_job)", example = "1")
    @ApiModelProperty(value = "行数据编码(关联platform_job)", example = "1")
    @ExcelColumn(name="行数据编码(关联platform_wms_job)")
    private Integer jobId;
    @ApiModelProperty(value = "行数据编码(关联platform_wms_job)", example = "1")
    @ExcelColumn(name="行数据编码(关联platform_wms_job)")
    private Integer wmsJobId;
    @ApiModelProperty(value = "通知单号")
    @ExcelColumn(name="通知单号")