zhangherong
2025-07-14 67696c754ea8799a9f0de646bba61e55d8981833
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EamTechnicalStatusEvaluationOrder.java
@@ -155,7 +155,7 @@
   private String safetyEquipmentCheckResult;
   /**精度参数检查结果;是、否、无*/
    @ApiModelProperty(value = "精度参数检查结果;是、否、无")
   @Dict(dicCode = "ye_no_none")
   @Dict(dicCode = "yes_no_none")
   private String precisionCheckResult;
   /**功能状态检查结果;是、否*/
    @ApiModelProperty(value = "功能状态检查结果;是、否")
@@ -163,7 +163,7 @@
   private String functionalCheckResult;
   /**其他检查结果;是、否、无*/
    @ApiModelProperty(value = "其他检查结果;是、否、无")
   @Dict(dicCode = "ye_no_none")
   @Dict(dicCode = "yes_no_none")
   private String otherCheckResult;
   /**维修人签字*/
    @ApiModelProperty(value = "维修人签字")
@@ -213,7 +213,7 @@
    @ApiModelProperty(value = "使用单位技术主管签字时间")
   @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private String departTechnicalLeaderSignatureTime;
   private Date departTechnicalLeaderSignatureTime;
   /**使用单位技术主管签字结果*/
    @ApiModelProperty(value = "使用单位技术主管签字结果")
   @Dict(dicCode = "approved_rejected")