Revert "fix(BdWaresExtend): 商品管理-上下架及预计发货时间可以传空"
This reverts commit 26053da65e
.
This commit is contained in:
parent
8bc04f7114
commit
4046583bcf
|
@ -86,13 +86,13 @@ public class BdWaresExtend extends BaseEntity {
|
|||
/**
|
||||
* 上架时间
|
||||
*/
|
||||
@TableField(value = "PUT_ON_TIME", jdbcType = JdbcType.DATE, updateStrategy = FieldStrategy.IGNORED)
|
||||
@TableField("PUT_ON_TIME")
|
||||
private Date putOnTime;
|
||||
|
||||
/**
|
||||
* 下架时间
|
||||
*/
|
||||
@TableField(value = "PUT_OFF_TIME", jdbcType = JdbcType.DATE, updateStrategy = FieldStrategy.IGNORED)
|
||||
@TableField("PUT_OFF_TIME")
|
||||
private Date putOffTime;
|
||||
|
||||
/**
|
||||
|
@ -134,7 +134,7 @@ public class BdWaresExtend extends BaseEntity {
|
|||
/**
|
||||
* (预计时间)到货时间
|
||||
*/
|
||||
@TableField(value = "ARRIVAL_TIME", jdbcType = JdbcType.DATE, updateStrategy = FieldStrategy.IGNORED)
|
||||
@TableField("ARRIVAL_TIME")
|
||||
private Date arrivalTime;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue