From d589bf94e8f1863336d23fdd951049622b64db68 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期五, 22 十一月 2024 16:36:43 +0800 Subject: [PATCH] csv文件调整 --- cnas-server/src/main/java/com/yuanchu/mom/dto/DeviceConfigDtoPage.java | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/cnas-server/src/main/java/com/yuanchu/mom/dto/DeviceConfigDtoPage.java b/cnas-server/src/main/java/com/yuanchu/mom/dto/DeviceConfigDtoPage.java index 779fce1..dfe8c52 100644 --- a/cnas-server/src/main/java/com/yuanchu/mom/dto/DeviceConfigDtoPage.java +++ b/cnas-server/src/main/java/com/yuanchu/mom/dto/DeviceConfigDtoPage.java @@ -40,7 +40,7 @@ @ValueTableShow(8) @ApiModelProperty(value = "妫�楠岄」瀛愰」") - private String inspectionItemSubClass; + private String inspectionItemSubclass; @ValueTableShow(9) @ApiModelProperty(value = "鍏紡") @@ -63,4 +63,19 @@ private String y; private Integer id; + + @ApiModelProperty(value = "妫�楠屽璞�") + private String sample; + + @ApiModelProperty(value = "妫�楠岄」鐩甶d") + private Integer structureItemParameterId; + + @ApiModelProperty("鏁伴噰-濮旀墭瀛楁") + private String entrustCode; + + @ApiModelProperty("鏁伴噰-鏍峰搧瀛楁") + private String sampleCode; + + @ApiModelProperty("鏁伴噰-db锛宮db鏂囦欢鍚嶇О") + private String dbFileName; } -- Gitblit v1.9.3