package command

//UpdateAdminUserPwdCommand 修改密码
type UpdateAdminUserPwdCommand struct {
	Id int64 `json:"id"`
	//密码
	Password string `json:"password"`
}