From 67bd40a70ffd00ecc8dee1b3a8017bd9e7758de8 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期五, 01 三月 2024 09:04:46 +0800 Subject: [PATCH] 优化药品接口中保质期类型 --- src/main/java/com/fzzy/otherview/whhpjl/dto/WhjlApi1220.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/fzzy/otherview/whhpjl/dto/WhjlApi1220.java b/src/main/java/com/fzzy/otherview/whhpjl/dto/WhjlApi1220.java index c3b00fe..1be6c03 100644 --- a/src/main/java/com/fzzy/otherview/whhpjl/dto/WhjlApi1220.java +++ b/src/main/java/com/fzzy/otherview/whhpjl/dto/WhjlApi1220.java @@ -27,7 +27,8 @@ private String jgzdbh; //鍐涗緵绔欑偣缂栧彿 private String jgzdmc; //鍐涗緵绔欑偣鍚嶇О private String kcyjgcid; //浣跨敤鐨勫憡璀﹁鍒橧D - private String yjsj; //棰勮鏃堕棿 + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + private Date yjsj; //棰勮鏃堕棿 private String cpbh; //浜у搧缂栧彿 private String cpmc; //浜у搧鍚嶇О private String gjdj; //鍛婅绛夌骇 -- Gitblit v1.9.3