package md type SetCenterReq struct { BigDataScreenAccount string `json:"big_data_screen_account" label:"数据大屏-账号"` BigDataScreenPassword string `json:"big_data_screen_password" label:"数据大屏-密码"` ProductionWorkshopAccount string `json:"production_workshop_account" label:"制作车间-密码"` ProductionWorkshopPassword string `json:"production_workshop_password" label:"制作车间-密码"` }