|
@@ -283,31 +283,41 @@ public class QyOutWarehouse {
|
|
|
@ExcelProperty(index = 41,value = "仓位代码")
|
|
|
private String cwdm;
|
|
|
|
|
|
+ @Schema(description = "货物来源单证类型")
|
|
|
+ @ColumnWidth(12)
|
|
|
+ @ExcelProperty(index = 42,value = "货物来源单证类型")
|
|
|
+ private String hwlyType;
|
|
|
+
|
|
|
+ @Schema(description = "货物来源单证类型")
|
|
|
+ @ColumnWidth(12)
|
|
|
+ @ExcelProperty(index = 43,value = "货物来源单证编号")
|
|
|
+ private String hwlyCode;
|
|
|
+
|
|
|
/** 创建时间 */
|
|
|
@Schema(description = "创建时间")
|
|
|
@ColumnWidth(12)
|
|
|
- @ExcelProperty(index = 42,value = "创建时间")
|
|
|
+ @ExcelProperty(index = 44,value = "创建时间")
|
|
|
@TableField(fill = FieldFill.INSERT)
|
|
|
private Date createTime;
|
|
|
|
|
|
/** 创建人 */
|
|
|
@Schema(description = "创建人")
|
|
|
@ColumnWidth(12)
|
|
|
- @ExcelProperty(index = 43,value = "创建人")
|
|
|
+ @ExcelProperty(index = 45,value = "创建人")
|
|
|
@TableField(fill = FieldFill.INSERT)
|
|
|
private String createUser;
|
|
|
|
|
|
/** 更新时间 */
|
|
|
@Schema(description = "更新时间")
|
|
|
@ColumnWidth(12)
|
|
|
- @ExcelProperty(index = 44,value = "更新时间")
|
|
|
+ @ExcelProperty(index = 46,value = "更新时间")
|
|
|
@TableField(fill = FieldFill.UPDATE)
|
|
|
private Date updateTime;
|
|
|
|
|
|
/** 更新人 */
|
|
|
@Schema(description = "更新人")
|
|
|
@ColumnWidth(12)
|
|
|
- @ExcelProperty(index = 45,value = "更新人")
|
|
|
+ @ExcelProperty(index = 47,value = "更新人")
|
|
|
@TableField(fill = FieldFill.UPDATE)
|
|
|
private Date updateUser;
|
|
|
}
|