-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 在 Product 模型中添加 is_pre_sale 字段,用于标记产品是否为预售 - 在数据库中添加预售相关的字段:is_pre_sale、start_sale_time 和 end_sale_time - 更新表单和表格列,以支持预售功能 -调整产品状态枚举,移除预售状态 - 修改产品查询逻辑,不再包含预售状态- 更新产品转换器,处理预售时间 - 调整库存模型,简化预售判断逻辑
- Loading branch information
1 parent
3e571a6
commit e3f1760
Showing
1 changed file
with
29 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters