factory UMerchantBindParams.fromMap(Map<String, dynamic> json) => UMerchantBindParams( userId: json["userId"], merchantId: json["merchantId"], );