Houjie
2025-06-10 4371080df058a549cdaf31dddeca6c5fee58e23b
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/PrecisionInspection.java
@@ -84,6 +84,9 @@
   @Excel(name = "能否满足加工工艺要求", width = 15)
    @ApiModelProperty(value = "能否满足加工工艺要求")
    private Integer meetProcessRequire;
    @Excel(name = "能否满足加工工艺要求说明", width = 15)
    @ApiModelProperty(value = "能否满足加工工艺要求说明")
    private String meetProcessRequireRemark;
   /**使用单位技术主管*/
   @Excel(name = "使用单位技术主管", width = 15)
    @ApiModelProperty(value = "使用单位技术主管")
@@ -126,6 +129,12 @@
    @ApiModelProperty(value = "设备检验员签字(盖章)")
    private String equipmentInspectorSignUser;
    /**
     * 单据id
     */
    @TableField(exist = false)
    private String receipts;
    @TableField(exist = false)
    private List<PrecisionInspectionDetail> precisionInspectionDetailList;
}