抖音门店ID

This commit is contained in:
2025-10-28 17:34:36 +08:00
parent 647ce28aff
commit 424759542b
2 changed files with 6 additions and 0 deletions

View File

@ -85,4 +85,7 @@ public class CompanyStoreDTO {
@ApiModelProperty("美团token")
private String mtToken;
@ApiModelProperty("抖音门店id")
private String dyStoreId;
}

View File

@ -176,4 +176,7 @@ public class CompanyStorePO implements Serializable {
@ApiModelProperty("美团token")
private String mtToken;
@ApiModelProperty("抖音门店id")
private String dyStoreId;
}