| | |
| | | @ApiModelProperty(value = "关联 型号id", example = "1", hidden = true) |
| | | private Integer specifications_id; |
| | | |
| | | public Product() { |
| | | } |
| | | |
| | | public Product(Integer id, String name, String father, String unit, String required, String internal, Integer state, Date createTime, Date updateTime, Integer version, Integer specifications_id) { |
| | | this.id = id; |
| | | this.name = name; |
| | | this.father = father; |
| | | this.unit = unit; |
| | | this.required = required; |
| | | this.internal = internal; |
| | | this.state = state; |
| | | this.createTime = createTime; |
| | | this.updateTime = updateTime; |
| | | this.version = version; |
| | | this.specifications_id = specifications_id; |
| | | } |
| | | } |