rentaiming
2024-07-30 837da67d468fbcdd10ee27dcc44a94e7b1130a85
ruoyi-modules/ruoyi-management/src/main/java/com/ruoyi/management/domain/SlVolumeProductionZy.java
@@ -27,13 +27,17 @@
    @TableId(value = "id", type = IdType.ASSIGN_ID)
    private Long id;
    @ApiModelProperty("发起人ID")
    @TableField("sys_id")
    private Long sysId;
    @ApiModelProperty("物资id")
    @TableField("materials_id")
    private Long materialsId;
    @ApiModelProperty("入库数量")
    @ApiModelProperty("入库")
    @TableField("rk_id")
    private Integer rkId;
    private Long rkId;
    @ApiModelProperty("转移数量")
    @TableField("zy_num")
@@ -79,13 +83,11 @@
    @TableField("state")
    private Integer state;
    @ApiModelProperty("归还数量")
    @TableField("guih_num")
    private Integer guihNum;
    @ApiModelProperty("转移管理id")
    private Long  zyglId;
    @ApiModelProperty("是否匹配 1未匹配,已匹配")
    @TableField("type")
    private String type;
    @ApiModelProperty("转移管理新生成入库编号")
    private Long  scrkId;
}