3 天以前 c9b9b7ec0b9a342dfcf0bea60c20765192b1db16
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;
}