From e7b94a6f5c00b721965b5aa80cc4bcb8b4228fcf Mon Sep 17 00:00:00 2001 From: lijiarao Date: Wed, 29 Nov 2023 11:40:31 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E9=A1=B9=E7=9B=AE=E5=BA=93-=E6=9C=AA?= =?UTF-8?q?=E7=AC=A6=E5=90=88=E9=A1=B9=20=E5=A2=9E=E5=8A=A0=E6=A0=87?= =?UTF-8?q?=E5=87=86id=E5=92=8C=E6=9D=A5=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/projectLibrary/entity/LawsEvaluationNotMet.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/laws-modules/src/main/java/com/jero/modules/projectLibrary/entity/LawsEvaluationNotMet.java b/laws-modules/src/main/java/com/jero/modules/projectLibrary/entity/LawsEvaluationNotMet.java index faabcdf8..e1d7605d 100644 --- a/laws-modules/src/main/java/com/jero/modules/projectLibrary/entity/LawsEvaluationNotMet.java +++ b/laws-modules/src/main/java/com/jero/modules/projectLibrary/entity/LawsEvaluationNotMet.java @@ -45,6 +45,12 @@ public class LawsEvaluationNotMet implements Serializable { @ApiModelProperty(value = "项目名称") private String projectName; + @ApiModelProperty(value = "标准id") + private String standardId; + + @ApiModelProperty(value = "来源(1国标、2外标、3企标)") + private String source; + /**标准编号*/ @Excel(name = "标准编号", width = 15) @ApiModelProperty(value = "标准编号")