From 1618b864a7db55e541fa5b73022f305aae4cf1e1 Mon Sep 17 00:00:00 2001 From: ZQN <364596817@qq.com> Date: 星期二, 25 三月 2025 17:39:30 +0800 Subject: [PATCH] 脱敏 --- project-enforce/src/main/java/com/project/enforce/domain/vo/EnforceOrderVo.java | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/project-enforce/src/main/java/com/project/enforce/domain/vo/EnforceOrderVo.java b/project-enforce/src/main/java/com/project/enforce/domain/vo/EnforceOrderVo.java index 19fd8cd..3604679 100644 --- a/project-enforce/src/main/java/com/project/enforce/domain/vo/EnforceOrderVo.java +++ b/project-enforce/src/main/java/com/project/enforce/domain/vo/EnforceOrderVo.java @@ -2,6 +2,7 @@ import com.fasterxml.jackson.annotation.JsonFormat; import com.project.common.annotation.Excel; +import com.project.common.annotation.Sensitive; import com.project.enforce.domain.EnforcePeer; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; @@ -29,27 +30,42 @@ @Excel(name = "鍗曟嵁缂栧彿") @ApiModelProperty("鍗曟嵁缂栧彿") private String orderNo; + @Excel(name = "浼佷笟id") @ApiModelProperty("浼佷笟id") private Long companyId; + + @Sensitive(type = Sensitive.SensitiveType.DEFAULT) @Excel(name = "浼佷笟鍚�") @ApiModelProperty("浼佷笟鍚�") private String companyName; + + @Sensitive(type = Sensitive.SensitiveType.DEFAULT) @Excel(name = "浼佷笟绀句細缂栫爜") @ApiModelProperty("浼佷笟绀句細缂栫爜") private String companyCode; + + @Sensitive(type = Sensitive.SensitiveType.DEFAULT) @Excel(name = "浼佷笟鑱旂郴浜�") @ApiModelProperty("浼佷笟鑱旂郴浜�") private String companyUser; + + @Sensitive(type = Sensitive.SensitiveType.PHONE) @Excel(name = "浼佷笟鑱旂郴浜虹數璇�" , readConverterExp = "璐�=鍙�") @ApiModelProperty("浼佷笟鑱旂郴浜虹數璇濓紙璐﹀彿锛�") private String companyPhone; + + @Sensitive(type = Sensitive.SensitiveType.DEFAULT) @Excel(name = "浼佷笟鍦板潃") @ApiModelProperty("浼佷笟鍦板潃") private String companyAddress; + + @Sensitive(type = Sensitive.SensitiveType.DEFAULT) @Excel(name = "鎵�灞炲尯鍩熺紪鐮�") @ApiModelProperty("鎵�灞炲尯鍩熺紪鐮�") private String regionCode; + + @Excel(name = "鎵�灞炲尯鍩�") @ApiModelProperty("鎵�灞炲尯鍩�") private String regionName; @@ -67,18 +83,28 @@ @Excel(name = "鐢宠浜篿d") @ApiModelProperty("鐢宠浜篿d") private Long applyId; + + + @Excel(name = "鐢宠浜�") @ApiModelProperty("鐢宠浜�") + @Sensitive(type = Sensitive.SensitiveType.DEFAULT) private String applyUser; + + @Sensitive(type = Sensitive.SensitiveType.PHONE) @Excel(name = "鐢宠浜虹數璇�") @ApiModelProperty("鐢宠浜虹數璇�") private String applyPhone; + @Excel(name = "鐢宠浜哄崟浣�") @ApiModelProperty("鐢宠浜哄崟浣�") private Long applyDeptId; + + @Sensitive(type = Sensitive.SensitiveType.DEFAULT) @Excel(name = "鐢宠浜哄崟浣�") @ApiModelProperty("鐢宠浜哄崟浣�") private String applyDeptName; + @Excel(name = "鐢宠鏃堕棿" , width = 30, dateFormat = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @ApiModelProperty("鐢宠鏃堕棿") @@ -101,6 +127,7 @@ @Excel(name = "鎵ф硶闃熷憳浜烘暟") @ApiModelProperty("鎵ф硶闃熷憳浜烘暟") private Integer userNum; + @Excel(name = "棰勮鐘舵�侊細0姝e父锛�1棰勮") @ApiModelProperty("棰勮鐘舵�侊細0姝e父锛�1棰勮") private Integer warnStatus; @@ -115,6 +142,7 @@ private Long checkDeptId; @Excel(name = "瀹℃壒浜哄崟浣�") @ApiModelProperty("瀹℃壒浜哄崟浣�") + @Sensitive(type = Sensitive.SensitiveType.DEFAULT) private String checkDeptName; @Excel(name = "璁㈠崟鐘舵�侊細-1鎷掔粷锛�0寰呭鎵癸紝1瀹℃壒涓紝2閫氳繃") @ApiModelProperty("璁㈠崟鐘舵�侊細-1鎷掔粷锛�0寰呭鎵癸紝1瀹℃壒涓紝2閫氳繃") @@ -132,17 +160,23 @@ @Excel(name = "鎵ц浜篿d") @ApiModelProperty("鎵ц浜篿d") private Long executeId; + @Excel(name = "鎵ц浜�") @ApiModelProperty("鎵ц浜�") + @Sensitive(type = Sensitive.SensitiveType.DEFAULT) private String executeUser; + @Excel(name = "鎵ц浜虹數璇�") @ApiModelProperty("鎵ц浜虹數璇�") + @Sensitive(type = Sensitive.SensitiveType.PHONE) private String executePhone; + @Excel(name = "鎵ц浜哄崟浣�") @ApiModelProperty("鎵ц浜哄崟浣�") private Long executeDeptId; @Excel(name = "鎵ц浜哄崟浣�") @ApiModelProperty("鎵ц浜哄崟浣�") + @Sensitive(type = Sensitive.SensitiveType.DEFAULT) private String executeDeptName; @Excel(name = "鎵ц鏃堕棿" , width = 30, dateFormat = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") -- Gitblit v1.9.1