| 12345678 |
- INSERT INTO `qimall_global_var_map`(`name`, `title`, `type`, `is_addons`, `status`, `created_at`, `updated_at`) VALUES
- ('OperatingNote', '运营笔记', 'IncomeMap', 1, 1, 1654569888, 1654569888),
- ('OperatingNote', '运营笔记', 'FromTypeMap', 1, 1, 1654569888, 1654569888),
- ('operating_note_share', '运营笔记分享奖励', 'CapitalTypeMap', 0, 1, 1654569888, 1654569888),
- ('operating_note_view', '运营笔记浏览奖励', 'CapitalTypeMap', 0, 1, 1654569888, 1654569888),
- ('operating_note_buy', '运营笔记购买', 'CapitalTypeMap', 0, 1, 1654569888, 1654569888);
|