amatt13/BossFight

Use Object.assign() in js models

开放

#33 创建于 2023年3月28日

 (2 条评论) (0 个反应) (0 位负责人)C# (1 个派生)auto 404
Front Endgood first issue

仓库指标

星标
 (1 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Use Object.assign() instead of manually mapping each field to key-value pair.

Complex types such a references to other models classes can be created by first popping the dict with the complex type and creating it seperately.

贡献者指南