## 商品上下架时间可以为空;

This commit is contained in:
cabbage 2025-09-04 09:28:18 +08:00
parent 16982adde0
commit 3a5303462f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/** /**