隐藏内容修改

This commit is contained in:
qianhao.xu
2024-04-11 16:23:11 +08:00
parent 93de58af8e
commit ef15173349
9 changed files with 442 additions and 0 deletions

View File

@@ -567,5 +567,20 @@ namespace ZR.Service.mes.wms
}
}
/// <summary>
/// 持久化存储
/// </summary>
/// <param name="shipment_num"></param>
/// <returns></returns>
/// <exception cref="NotImplementedException"></exception>
public int PersistenceOutorderplan(string shipment_num)
{
throw new NotImplementedException();
}
}
}