buhuazhen
2026-05-20 5862905480f0887b84194722b2b2b6a7f979df43
src/main/java/com/ruoyi/procurementrecord/pojo/ProcurementRecordStorage.java
@@ -95,4 +95,14 @@
     */
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    /**
     * 产品ID
     */
    private Long productModelId;
    private Long qualityInspectId;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}