## 商品上下架时间可以为空;
This commit is contained in:
parent
16982adde0
commit
3a5303462f
|
@ -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;
|
private Date arrivalTime;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue