## 商品上下架时间可以为空;
This commit is contained in:
parent
97582284ff
commit
b07f5360c3
|
@ -134,7 +134,7 @@ public class BdWaresExtend extends BaseEntity {
|
|||
/**
|
||||
* (预计时间)到货时间
|
||||
*/
|
||||
@TableField("ARRIVAL_TIME")
|
||||
@TableField(value = "ARRIVAL_TIME", jdbcType = JdbcType.DATE, updateStrategy = FieldStrategy.IGNORED)
|
||||
private Date arrivalTime;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue