Merge branch '0.8.X' of https://gitee.com/hdka/klp-oa into 0.8.X

This commit is contained in:
砂糖
2026-01-10 16:55:59 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ public class WmsMaterialCoilExportVo {
* 日期 * 日期
*/ */
@ExcelProperty(value = "日期") @ExcelProperty(value = "日期")
private Date updateTime; private Date createTime;
/** /**
* 重量kg * 重量kg

View File

@@ -360,7 +360,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
-- 成品卷号 -- 成品卷号
mc.current_coil_no AS currentCoilNo, mc.current_coil_no AS currentCoilNo,
-- 日期 -- 日期
mc.update_time AS updateTime, mc.create_time AS createTime,
-- 重量 -- 重量
mc.net_weight AS netWeight, mc.net_weight AS netWeight,
-- 长度 -- 长度