3
0
Fork 0

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

This commit is contained in:
cabbage 2025-09-04 09:32:22 +08:00
parent 2e42733569
commit 802d1a56b1
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;
/** /**