| | |
| | | using System; |
| | | using Model.InterFaceModel; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | using static Model.InterFaceModel.RCSModel; |
| | |
| | | /// <returns></returns> |
| | | public void GetPalletNo(Pallnetmsg pallnetmsg); |
| | | |
| | | |
| | | /// <summary> |
| | | /// 将净桶改为脏桶并拉到脏桶区 |
| | | /// </summary> |
| | | /// <param name="PalletNo"></param> |
| | | /// <returns></returns> |
| | | public void ChangePalletStatus(string PalletNo); |
| | | |
| | | /// <summary> |
| | | /// MES下发清洗锁定脏桶 |
| | | /// </summary> |
| | | /// <param name="pallnetmsg"></param> |
| | | public void CleanPallet(Pallnetmsg pallnetmsg); |
| | | |
| | | /// <summary> |
| | | /// 申请储位 |
| | | /// </summary> |