This commit is contained in:
2025-09-01 09:37:56 +08:00
44 changed files with 1787 additions and 1459 deletions
@@ -0,0 +1,6 @@
alter table HJGL_TrainNumberManage add
ReceiveDate datetime;
go
update HJGL_PackagingManage set TypeInt=10 where TypeInt is null
update Sys_Menu set MenuName='车次管理' ,SortIndex='50' where MenuId='EEC0D060-C15E-4D25-B015-C2B91F735DAC'
update Sys_Menu set MenuName='发货管理' ,SortIndex='60' where MenuId='25DED954-10C9-47CC-99F2-C44FDE9E0A81'