rentaiming
2024-07-01 da07a87738f5c06f6cccf5c8e76f7bec13d253e7
ruoyi-modules/ruoyi-management/src/main/java/com/ruoyi/management/domain/SlVolumeProductionRkgl.java
@@ -24,7 +24,7 @@
@ApiModel(value = "SlVolumeProductionRkgl对象", description = "入库管理")
public class SlVolumeProductionRkgl {
    @TableId(value = "id", type = IdType.AUTO)
    @TableId(value = "id", type = IdType.ASSIGN_ID)
    private Long id;
    @ApiModelProperty("发起人ID")
@@ -73,7 +73,7 @@
    @ApiModelProperty("供应商id")
    @TableField("supplier_id")
    private Integer supplierId;
    private Long supplierId;
    @ApiModelProperty("附件")
    @TableField("attachment")