Skip to content

Commit

Permalink
🎨 binarywang#3343 【小程序】媒资管理新增字段status以支持审核状态展示
Browse files Browse the repository at this point in the history
  • Loading branch information
cherl authored and binarywang committed Aug 15, 2024
1 parent 7e0af32 commit 8d108a0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ public class WxMaVodDramaInfo implements Serializable {
private String productionLicense;
@SerializedName("description")
private String description;
@SerializedName("status")
private String status;

@SerializedName("audit_detail")
private DramaAuditDetail auditDetail;
Expand Down

0 comments on commit 8d108a0

Please sign in to comment.