diff --git a/framework/src/main/java/cn/lili/modules/store/entity/vos/StoreBasicInfoVO.java b/framework/src/main/java/cn/lili/modules/store/entity/vos/StoreBasicInfoVO.java index 26b76abb..46e10907 100644 --- a/framework/src/main/java/cn/lili/modules/store/entity/vos/StoreBasicInfoVO.java +++ b/framework/src/main/java/cn/lili/modules/store/entity/vos/StoreBasicInfoVO.java @@ -55,4 +55,7 @@ public class StoreBasicInfoVO { @ApiModelProperty(value = "腾讯云智服小程序唯一标识") private String yzfMpSign; + @ApiModelProperty(value = "udesk标识") + private String merchantEuid; + }