From 22b128d4cfc3027557c94bebd60fe05a87024efb Mon Sep 17 00:00:00 2001 From: caihaohan Date: Tue, 12 Dec 2023 15:49:39 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=81=E6=A0=87=E7=A8=BD=E6=9F=A5?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E5=88=97=E8=A1=A8=E9=A1=BA=E5=BA=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entity/vo/EnterpriseStandardInspectVo.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/EnterpriseStandardInspectVo.java b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/EnterpriseStandardInspectVo.java index b44b0114..335b06d4 100644 --- a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/EnterpriseStandardInspectVo.java +++ b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/EnterpriseStandardInspectVo.java @@ -30,6 +30,13 @@ public class EnterpriseStandardInspectVo { @ApiModelProperty(value = "稽查依据标准号") private String inspectNo; + /** + * 稽查依据标准名称 + */ + @Excel(name = "稽查依据标准名称", width = 15, orderNum = "1") + @ApiModelProperty(value = "稽查依据标准名称") + private String inspectName; + /** * 计划稽查对象 */ @@ -38,13 +45,6 @@ public class EnterpriseStandardInspectVo { @Dict(dictTable = "sys_depart", dicText = "depart_name", dicCode = "id") private String planInspectObject; - /** - * 稽查依据标准名称 - */ - @Excel(name = "稽查依据标准名称", width = 15, orderNum = "1") - @ApiModelProperty(value = "稽查依据标准名称") - private String inspectName; - /** * 主责标准化工作组 */