feat(WmsReceivePlanBo): 添加生产日期JSON格式化注解
- 为productionDate字段添加@JsonFormat(pattern = "yyyy-MM-dd")注解 - 确保日期格式统一为yyyy-MM-dd格式 - 提升数据序列化的规范性
This commit is contained in:
@@ -53,6 +53,7 @@ public class WmsReceivePlanBo extends BaseEntity {
|
||||
/**
|
||||
* 生产/发货日期
|
||||
*/
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
private Date productionDate;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user