rentaiming
2024-07-12 85c071743d0a7c78692aef1045fc03dec4908fce
ruoyi-modules/ruoyi-management/src/main/java/com/ruoyi/management/domain/SlVolumeProductionCk.java
@@ -27,6 +27,11 @@
    @TableId(value = "id", type = IdType.ASSIGN_ID)
    private Long id;
    @ApiModelProperty("出库管理id")
    @TableField(" ckgl_id")
    private Long  ckglId;
    @ApiModelProperty("物资id")
    @TableField("materials_id")
    private Long materialsId;
@@ -96,4 +101,6 @@
    private Date ghTime;
}