|
@@ -1,6 +1,5 @@
|
|
|
package com.gree.mall.manager.bean.material.manage;
|
|
|
|
|
|
-import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
import com.gree.mall.manager.annotation.ZfireField;
|
|
|
import com.gree.mall.manager.enums.material.PartsOrderFlagEnum;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
@@ -72,7 +71,6 @@ public class WebsitPartsChangeSalesVO {
|
|
|
private String updateBy;
|
|
|
|
|
|
@ApiModelProperty(value = "更新时间")
|
|
|
- @TableField("updateTime")
|
|
|
private Date updateTime;
|
|
|
|
|
|
@ApiModelProperty(value = "提交人")
|