|
|
@@ -17,7 +17,7 @@ public record PlanNewBackgroupPoster(@Id Long id,//
|
|
|
String limitTimeRemark,// 分享限时内提示
|
|
|
Integer status,//0:h5链接 1:客服二维码
|
|
|
Integer index,// 背景图序号
|
|
|
- Integer serviceGroupId,//客服组 ,分割
|
|
|
+ String serviceGroupId,//客服组 ,分割
|
|
|
Integer serviceGroupType ,//1:客服组 2:上传图片
|
|
|
Integer qsOrFx,//1:分享背景组 2:清水背景组
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") ZonedDateTime createdAt,
|