| | |
| | | @ApiModel(value = "SlVolumeProductionRk对象", description = "发起入库管理") |
| | | public class SlVolumeProductionRk { |
| | | |
| | | @TableId(value = "id", type = IdType.AUTO) |
| | | private Integer id; |
| | | @TableId(value = "id", type = IdType.ASSIGN_ID) |
| | | private Long id; |
| | | |
| | | @ApiModelProperty("入管理主表id") |
| | | @TableField("volume_production_rkgl_id") |
| | | private Long VolumeProductionRkglId; |
| | | |
| | | @ApiModelProperty("物资id") |
| | | @TableField("materials_id") |
| | | private Integer materialsId; |
| | | private Long materialsId; |
| | | |
| | | @ApiModelProperty("入库数量") |
| | | @TableField("rk_num") |
| | |
| | | |
| | | @ApiModelProperty("货架id") |
| | | @TableField("shelf_id") |
| | | private Integer shelfId; |
| | | private Long shelfId; |
| | | |
| | | @ApiModelProperty("删除标志(0代表存在 2代表删除)") |
| | | @TableField("del_flag") |
| | |
| | | @TableField("update_time") |
| | | private Date updateTime; |
| | | |
| | | @ApiModelProperty("二维码数量") |
| | | @TableField("erwm_num") |
| | | private Integer erwmNum; |
| | | |
| | | |
| | | } |