mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 15:21:53 +08:00
规格加个枚举,去掉TODO
This commit is contained in:
parent
733a3c4615
commit
a270db821d
@ -7,7 +7,6 @@ import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import lombok.*;
|
||||
|
||||
// TODO @franky:每个表名,都加个 Product 前缀哈。
|
||||
/**
|
||||
* 规格名称 DO
|
||||
*
|
||||
@ -35,7 +34,7 @@ public class ProductPropertyDO extends BaseDO {
|
||||
/**
|
||||
* 状态: 0 开启 ,1 禁用
|
||||
*
|
||||
* TODO @franky:加个 枚举 {@link CommonStatusEnum} ,这样就能更好的知道
|
||||
* {@link CommonStatusEnum}
|
||||
*/
|
||||
private Integer status;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user