记得上下班打卡 | git大法好,push需谨慎

Commit 41eaffd3 authored by wangyifan's avatar wangyifan

doudou二期需求-增加活动说明参数

parent 2bf210c1
...@@ -59,6 +59,7 @@ public class SweetDouDouActiveVo implements Serializable, Cloneable { ...@@ -59,6 +59,7 @@ public class SweetDouDouActiveVo implements Serializable, Cloneable {
this.cardImages = source.getCardImages(); this.cardImages = source.getCardImages();
this.detailImages = source.getDetailImages(); this.detailImages = source.getDetailImages();
this.targetUrl = source.getTargetUrl(); this.targetUrl = source.getTargetUrl();
this.details = source.getDetails();
return this; return this;
} }
......
...@@ -3,7 +3,7 @@ CREATE TABLE `sweet_doudou_active` ( ...@@ -3,7 +3,7 @@ CREATE TABLE `sweet_doudou_active` (
`mid` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `mid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`active_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'active_id', `active_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'active_id',
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '标题', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '标题',
`details` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '活动详情/兑换说明', `details` varchar(1000) COLLATE utf8mb4_unicode_ci default '' COMMENT '活动详情/兑换说明',
`card_images` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '卡片背景图', `card_images` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '卡片背景图',
`detail_images` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '活动详情背景图', `detail_images` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '活动详情背景图',
`target_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '活动详情URL', `target_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '活动详情URL',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment