| 12345678 |
- INSERT INTO `qimall_enum_type`(`name`, `title`, `type`, `is_addons`, `status`, `created_at`, `updated_at`) VALUES
- ('CloudStock', '云库存', 'IncomeMap', 1, 1, 1654569888, 1654569888),
- ('CloudStock', '云库存', 'FromTypeMap', 1, 1, 1654569888, 1654569888);
- ALTER TABLE qimall_addons_cloud_stock_level add fill_min int(10) not null default 0 COMMENT '补货最低数量'
|