|
|
- 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"`
- }
|