From 77946261ec663aa1fe7f6f97e550532ed879f982 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期五, 06 六月 2025 13:47:46 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.1 --- server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwMaterial.java | 30 +++++++++--------------------- 1 files changed, 9 insertions(+), 21 deletions(-) diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwMaterial.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwMaterial.java index 37e6303..258a1c5 100644 --- a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwMaterial.java +++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwMaterial.java @@ -26,89 +26,77 @@ @TableId(type = IdType.AUTO) @ApiModelProperty(value = "涓婚敭", example = "1") - @ExcelColumn(name="涓婚敭") private Integer id; @ApiModelProperty(value = "鍒涘缓浜虹紪鐮�", example = "1") - @ExcelColumn(name="鍒涘缓浜虹紪鐮�") private Integer creator; @ApiModelProperty(value = "鍒涘缓鏃堕棿") - @ExcelColumn(name="鍒涘缓鏃堕棿") @JsonFormat(pattern = "yyyy-MM-dd") private Date createDate; @ApiModelProperty(value = "鏇存柊浜虹紪鐮�", example = "1") - @ExcelColumn(name="鏇存柊浜虹紪鐮�") private Integer editor; @ApiModelProperty(value = "鏇存柊鏃堕棿") - @ExcelColumn(name="鏇存柊鏃堕棿") @JsonFormat(pattern = "yyyy-MM-dd") private Date editDate; @ApiModelProperty(value = "鏄惁鍒犻櫎0鍚� 1鏄�", example = "1") - @ExcelColumn(name="鏄惁鍒犻櫎0鍚� 1鏄�") private Integer isdeleted; @ApiModelProperty(value = "澶囨敞") - @ExcelColumn(name="澶囨敞") private String remark; @ApiModelProperty(value = "鍚嶇О") - @ExcelColumn(name="鍚嶇О") + @ExcelColumn(name="鐗╂枡鍚嶇О",index = 1,width = 10) private String name; @ApiModelProperty(value = "鐘舵�� 0鍚敤 1绂佺敤", example = "1") - @ExcelColumn(name="鐘舵�� 0鍚敤 1绂佺敤") + @ExcelColumn(name="鐘舵��",index = 8,width = 8,valueMapping = "0=鍚敤;1=绂佺敤;") private Integer status; @ApiModelProperty(value = "缂栧彿") - @ExcelColumn(name="缂栧彿") + @ExcelColumn(name="鐗╂枡缂栧彿",index = 0,width = 10) private String code; @ApiModelProperty(value = "鎵�灞炰竴绾у垎绫荤紪鐮侊紙鍏宠仈category)", example = "1") - @ExcelColumn(name="鎵�灞炰竴绾у垎绫荤紪鐮侊紙鍏宠仈category)") private Integer parentCateId; @ApiModelProperty(value = "鎵�灞炰簩绾у垎绫荤紪鐮�(鍏宠仈category锛�", example = "1") - @ExcelColumn(name="鎵�灞炰簩绾у垎绫荤紪鐮�(鍏宠仈category锛�") private Integer cateId; @ApiModelProperty(value = "鏉$爜") - @ExcelColumn(name="鏉$爜") + @ExcelColumn(name="鏉$爜",index = 2,width = 10) private String qrcode; @ApiModelProperty(value = "鎺掑簭鐮�", example = "1") - @ExcelColumn(name="鎺掑簭鐮�") private Integer sortnum; @ApiModelProperty(value = "鍝佺墝") - @ExcelColumn(name="鍝佺墝") + @ExcelColumn(name="鍝佺墝",index = 3,width = 10) private String brand; @ApiModelProperty(value = "瑙勬牸鍨嬪彿") - @ExcelColumn(name="瑙勬牸鍨嬪彿") + @ExcelColumn(name="瑙勬牸鍨嬪彿",index = 4,width = 10) private String attr; @ApiModelProperty(value = "瀹夊叏搴撳瓨锛堜笅闄愶級", example = "1") - @ExcelColumn(name="瀹夊叏搴撳瓨锛堜笅闄愶級") + @ExcelColumn(name="瀹夊叏搴撳瓨锛堜笅闄愶級",index = 6,width = 16) private BigDecimal minStock; @ApiModelProperty(value = "瀹夊叏搴撳瓨锛堜笂闄愶級", example = "1") - @ExcelColumn(name="瀹夊叏搴撳瓨锛堜笂闄愶級") + @ExcelColumn(name="瀹夊叏搴撳瓨锛堜笂闄愶級",index = 7,width = 16) private BigDecimal maxStock; @ApiModelProperty(value = "鍗曚綅") - @ExcelColumn(name="鍗曚綅") + @ExcelColumn(name="鍗曚綅",index = 5,width = 10) private String unitName; @ApiModelProperty(value = "鎵�灞炴埧婧愮紪鐮�(鍏宠仈yw_room)", example = "1") - @ExcelColumn(name="鎵�灞炴埧婧愮紪鐮�(鍏宠仈yw_room)") private Integer roomId; @ApiModelProperty(value = "鏄惁鑷姩缂栫爜锛�0=鍚︼紱1=鏄紱", example = "1") - @ExcelColumn(name="鏄惁鑷姩缂栫爜锛�0=鍚︼紱1=鏄紱") private Integer autoCode; @ApiModelProperty(value = "闄勪欢淇℃伅", example = "1") -- Gitblit v1.9.3