| | |
| | | /// <param name="StationCode">ç«å°å°å</param> |
| | | /// <returns></returns> |
| | | WebResponseContent OutProductTask(int[] keys, string StationCode); |
| | | //åºåæ¿åºåº |
| | | WebResponseContent ProductOutBoundSync(MesProductOutBound model); |
| | | /// <summary> |
| | | /// æå使éåºå
¥ä» |
| | | /// </summary> |
| | | /// <param name="barCode"></param> |
| | | /// <param name="startPoint"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent BackProductTask(string barCode, string startPoint); |
| | | /// <summary> |
| | | /// æå空æ¡ååº |
| | | /// </summary> |
| | | /// <param name="barCode"></param> |
| | | /// <param name="startPoint"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent EmptyBackTask(string barCode, string startPoint); |
| | | } |
| | | } |