| | |
| | | /// <param name="rfidPrint">RFID</param> |
| | | /// <param name="stationNo">绔欏彴璇锋眰鐐逛綅</param> |
| | | /// <returns></returns> |
| | | WebResponseContent getCharacteristic(string rfidPrint, string stationNo); |
| | | WebResponseContent getCharacteristic(string stationNo, string rfidPrint); |
| | | |
| | | /// <summary> |
| | | /// 宸ュ崟/璁㈠崟鎺掓挙 |
| | | /// </summary> |
| | | /// <param name="jsonData"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent removeWorkOrderInfo(object jsonData); |
| | | |
| | | /// <summary> |
| | | /// MES鎷夊姩閿佽溅 |
| | | /// </summary> |
| | | /// <param name="jsondata"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent pullLock(object jsondata); |
| | | |
| | | WebResponseContent syncOrderFeature(object json); |
| | | } |
| | | } |