|
@@ -31,8 +31,8 @@ public class EntranceBatch extends BaseEntity
|
|
|
private Long supplierId;
|
|
|
|
|
|
/** 进场时间 */
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
- @Excel(name = "进场时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @Excel(name = "进场时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
|
|
private Date entranceTime;
|
|
|
|
|
|
/** 产地:三选一:1-本市、2-市外、3-省外,默认本市 */
|