@@ -48,4 +48,6 @@ public class TopStoreAddBo {
/** 备注 */
@ApiModelProperty("备注")
private String remark;
+
+ private String tenantId;
}
@@ -57,4 +57,6 @@ public class TopStoreEditBo {
@@ -48,4 +48,6 @@ private static final long serialVersionUID=1L;
private Long updateTime;
@@ -56,4 +56,6 @@ public class TopStoreVo {
@Excel(name = "备注")