Lius
2023-12-08 ebf2ae5abadc06765fcc17e89ff3d2ad1a421bb8
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/PrecisionInspection.java
@@ -126,6 +126,12 @@
    @ApiModelProperty(value = "设备检验员签字(盖章)")
    private String equipmentInspectorSignUser;
    /**
     * 单据id
     */
    @TableField(exist = false)
    private String receipts;
    @TableField(exist = false)
    private List<PrecisionInspectionDetail> precisionInspectionDetailList;
}