| | |
| | | *----------------------------------------------------------------*/ |
| | | #endregion << ç æ¬ 注 é >> |
| | | |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | |
| | | /// <param name="ProOutNo">åºåºè®¢åå·</param> |
| | | /// <param name="StationCode">ç«å°å°å</param> |
| | | /// <returns></returns> |
| | | WebResponseContent OutProductTask(string ProOutNo, string StationCode); |
| | | WebResponseContent OutProductTask(int[] keys, string StationCode); |
| | | //åºåæ¿åºåº |
| | | WebResponseContent ProductOutBoundSync(MesProductOutBound model); |
| | | } |
| | | } |