“djh”
5 days ago d30017df796e4e4aef20f320f3c27d90ba8cbeff
hazmat-system/src/main/java/com/gkhy/hazmat/system/domain/HzHazmatFlow.java
@@ -64,6 +64,111 @@
    @TableField("version")
    private Integer version;
    @ApiModelProperty("台账id")
    @TableField("uuid")
    private String uuid;
    @ApiModelProperty("主柜id")
    @TableField("cabinet_id")
    private Long cabinetId;
    @ApiModelProperty("主柜名称")
    @TableField("cabinet_name")
    private String cabinetName;
    @ApiModelProperty("副柜id")
    @TableField("auxiliary_cabinet_id")
    private Long auxiliaryCabinetId;
    @ApiModelProperty("副柜名称")
    @TableField("auxiliary_cabinet_name")
    private String auxiliaryCabinetName;
    @ApiModelProperty("库存所属人")
    @TableField("owner")
    private String owner;
    @ApiModelProperty("化学品分类")
    @TableField("chemical_type")
    private String chemicalType;
    @ApiModelProperty("容器编号")
    @TableField("container_no")
    private String containerNo;
    @ApiModelProperty("用途")
    @TableField("container_use")
    private String containerUse;
    @ApiModelProperty("管控类")
    @TableField("control_type")
    private String controlType;
    @ApiModelProperty("第一操作人")
    @TableField("u_name_one")
    private String uNameOne;
    @ApiModelProperty("第一操作人人脸图片URL")
    @TableField("facelmg_url")
    private String facelmgUrl;
    @ApiModelProperty("第二操作人")
    @TableField("u_name_two")
    private String uNameTwo;
    @ApiModelProperty("第二操作人脸图片URL")
    @TableField("facelmg_url_two")
    private String facelmgUrlTwo;
    @ApiModelProperty("危险化学品分类")
    @TableField("hazchem_type")
    private String hazchemType;
    @ApiModelProperty("操作")
    @TableField("operate")
    private String operate;
    @ApiModelProperty("学院名称")
    @TableField("org_name")
    private String orgName;
    @ApiModelProperty("其他作废原因")
    @TableField("reason")
    private String reason;
    @ApiModelProperty("作废原因 0空瓶 1破损 2过期 3余量不足 4其他")
    @TableField("reason_id")
    private Integer reasonId;
    @ApiModelProperty("化学品类型")
    @TableField("regulatory")
    private String regulatory;
    @ApiModelProperty("实验室名称")
    @TableField("room_name")
    private String roomName;
    @ApiModelProperty("学校名称")
    @TableField("school_name")
    private String schoolName;
    @ApiModelProperty("操作人")
    @TableField("username")
    private String username;
    @ApiModelProperty("重量")
    @TableField("weight")
    private BigDecimal weight;
    @ApiModelProperty("重量单位")
    @TableField("weight_unit")
    private String weightUnit;
    @ApiModelProperty("用量")
    @TableField("consumption")
    private BigDecimal consumption;
    @ApiModelProperty("危化品基础数据对象")
    @TableField(exist = false)
    private HzHazmatBasic hazmatBasic;