Lius
2023-11-17 00c2240a834316ef1321b858f939e929b405b6be
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;
}