From 8884215b0a00aa40751ed020a6b0c46bef993ad0 Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期二, 23 七月 2024 17:29:51 +0800 Subject: [PATCH] 不良品推送修改 --- src/main/java/com/whyc/pojo/DefectiveProducts.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/whyc/pojo/DefectiveProducts.java b/src/main/java/com/whyc/pojo/DefectiveProducts.java index 674d612..78f32bc 100644 --- a/src/main/java/com/whyc/pojo/DefectiveProducts.java +++ b/src/main/java/com/whyc/pojo/DefectiveProducts.java @@ -37,6 +37,9 @@ @ApiModelProperty(value = "鍏ュ簱鏃堕棿") private Date startTime; + @ApiModelProperty(value = "璁板綍鏃堕棿") + private Date recordTime; + @ApiModelProperty(value = "鍘傚晢鍚嶇О") private String provideName; -- Gitblit v1.9.1