Browse Source

查询工序操作记录添加serialOrderId字段

pull/87/head
zhangxin 3 years ago
parent
commit
9e61bb0bd6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      models/om/SerialOrderOPTrace.go

+ 1
- 0
models/om/SerialOrderOPTrace.go View File

@ -14,6 +14,7 @@ type SerialOrderOPTrace struct {
}
type RecvDataItem struct {
SerialOrderId string `json:"RecvDataItem-SerialOrderId"`
ArtId string `json:"RecvDataItem-ArtId"`
PO string `json:"RecvDataItem-PO"`
OperationDesc string `json:"RecvDataItem-OperationDesc"`


Loading…
Cancel
Save