|
|
@ -103,10 +103,10 @@ type ArtData struct { |
|
|
|
* |
|
|
|
******************************************************************************/ |
|
|
|
type OperationRelData struct { |
|
|
|
Operation `xorm:"extends"` |
|
|
|
Process `xorm:"extends"` |
|
|
|
ArticleAtcodLst `xorm:"extends"` |
|
|
|
StepType `xorm:"extends"` |
|
|
|
Operation `xorm:"extends"` |
|
|
|
Process `xorm:"extends"` |
|
|
|
ArticleAtcodLst `xorm:"extends"` |
|
|
|
StepType `xorm:"extends"` |
|
|
|
} |
|
|
|
|
|
|
|
/****************************************************************************** |
|
|
@ -125,3 +125,21 @@ type OPCCommunicateData struct { |
|
|
|
OPCBasicComInfo `xorm:"extends"` |
|
|
|
OPCComRule `xorm:"extends"` |
|
|
|
} |
|
|
|
|
|
|
|
/****************************************************************************** |
|
|
|
* |
|
|
|
* @Struct Name : ArtData |
|
|
|
*----------------------------------------------------------------------------- |
|
|
|
* |
|
|
|
* @Description : 物料分配属性 |
|
|
|
* |
|
|
|
* @Author : 娄文智 |
|
|
|
* |
|
|
|
* @Date : 2021-05-26 |
|
|
|
* |
|
|
|
******************************************************************************/ |
|
|
|
type ProcessWPInsert struct { |
|
|
|
PO int `json:"po"` |
|
|
|
WorkLineId string `json:"workLineId"` |
|
|
|
ProcessWorkPlaceLstLi []ProcessWorkPlaceLst `json:"processWorkPlaceLstLi"` |
|
|
|
} |