广汽安道拓Acura项目MES后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
424 B

package wm
// assert和article关联关系插入前端绑定结构体
type ArticleAssertRequest struct {
AssertId string `json:"assertId"`
AssertArtLstLi []AssertArtLst `json:"assertArtLstLi"`
}
// workArea和User关联关系插入前端绑定结构体
type WorkAreaUserRequest struct {
UserId string `json:"userId"`
WorkAreaUserLstLi []WorkAreaUserLst `json:"workAreaUserLstLi"`
}