feat(wms): 新增待处理动作表字段

- 添加备注字段 remark
- 添加创建时间字段 createTime
- 添加创建人字段 createBy
- 添加更新时间字段 updateTime
- 添加更新人字段 updateBy
This commit is contained in:
2025-11-18 15:24:21 +08:00
parent 0a60430705
commit cc9b1c0e92

View File

@@ -42,6 +42,11 @@
wcpa.operator_name as operatorName,
wcpa.process_time as processTime,
wcpa.complete_time as completeTime,
wcpa.remark as remark,
wcpa.create_time as createTime,
wcpa.create_by as createBy,
wcpa.update_time as updateTime,
wcpa.update_by as updateBy,
wmc.enter_coil_no as enterCoilNo,
wmc.supplier_coil_no as supplierCoilNo,
wmc.item_id as itemId,