|
|
|
@@ -25,6 +25,12 @@ public class Product implements Serializable { |
|
|
|
@SerializedName(value = "account_id") |
|
|
|
private String accountId; |
|
|
|
|
|
|
|
/** |
|
|
|
* 抖音来客ID(老版本用) |
|
|
|
*/ |
|
|
|
@SerializedName(value = "owner_account_id") |
|
|
|
private String ownerAccountId; |
|
|
|
|
|
|
|
/** |
|
|
|
* 草稿状态 10-审核中 12-审核失败 1-审核通过 |
|
|
|
*/ |
|
|
|
|