fix:修复出库申请单出库时备注丢失问题。

This commit is contained in:
2026-04-16 20:30:48 +08:00
parent 1bf23aedb3
commit 070d657b79
3 changed files with 4 additions and 4 deletions
+1 -2
View File
@@ -18,8 +18,7 @@ namespace Model
public string AuditManName2 { get; set; }
public string ReqUnitName { get; set; }
public string UnitWorkId { get; set; }
public string WeldTaskCode { get; set; }
public string Remark { get; set; }
public string WeldTaskCode { get; set; }
public int? PipeLineSortIndex { get; set; }
}