| | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | /**备件分类id*/ |
| | | @Excel(name = "备件分类id", width = 15) |
| | | @ApiModelProperty(value = "备件分类id") |
| | | private java.lang.String sparePartCategoryId; |
| | | /**备件编码*/ |
| | |
| | | @ApiModelProperty(value = "规则") |
| | | private java.lang.String specification; |
| | | /**制造商*/ |
| | | @Excel(name = "制造商", width = 15) |
| | | @Excel(name = "制造商", width = 15,dictTable="mom_base_constructor",dicText="name") |
| | | @ApiModelProperty(value = "制造商") |
| | | @Dict(dicCode = "id",dictTable="mom_base_constructor",dicText="name") |
| | | private java.lang.String constructorId; |
| | | /**主单位id*/ |
| | | @Excel(name = "主单位id", width = 15) |
| | | @Excel(name = "主单位", width = 15,dicCode = "id",dictTable="mom_base_unit",dicText="name") |
| | | @ApiModelProperty(value = "主单位id") |
| | | @Dict(dicCode = "id",dictTable="mom_base_unit",dicText="name") |
| | | private java.lang.String mainUnitId; |
| | | /**辅单位id*/ |
| | | @Excel(name = "辅单位id", width = 15) |
| | | |
| | | @ApiModelProperty(value = "辅单位id") |
| | | @Dict(dicCode = "id",dictTable="mom_base_unit",dicText="name") |
| | | private java.lang.String auxiliaryUnitId; |
| | | |
| | | /**换算比例*/ |
| | | @Excel(name = "换算比例", width = 15) |
| | | @ApiModelProperty(value = "换算比例") |
| | | private java.lang.String conversionRatio; |
| | | |
| | |
| | | @ApiModelProperty(value = "有效期") |
| | | private java.lang.Integer validityPeriod; |
| | | /**有效期单位*/ |
| | | @Excel(name = "有效期单位", width = 15) |
| | | @Excel(name = "有效期单位", width = 15,dictTable="mom_base_unit",dicText="name") |
| | | @ApiModelProperty(value = "有效期单位") |
| | | @Dict(dicCode = "id",dictTable="mom_base_unit",dicText="name") |
| | | private java.lang.String validityPeriodUnitId; |
| | |
| | | @ApiModelProperty(value = "租户id") |
| | | private java.lang.String tenantId; |
| | | /**删除状态(0-正常,1-已删除)*/ |
| | | @Excel(name = "删除状态(0-正常,1-已删除)", width = 15) |
| | | |
| | | |
| | | @ApiModelProperty(value = "删除状态(0-正常,1-已删除)") |
| | | @TableLogic |
| | | private Integer delFlag = CommonConstant.DEL_FLAG_0; |
| | | /**备注*/ |
| | | @Excel(name = "备注", width = 15) |
| | | |
| | | @ApiModelProperty(value = "备注") |
| | | private java.lang.String remark; |
| | | /**备用字段1*/ |
| | | @Excel(name = "备用字段1", width = 15) |
| | | |
| | | @ApiModelProperty(value = "备用字段1") |
| | | private java.lang.String uda1; |
| | | /**备用字段2*/ |
| | | @Excel(name = "备用字段2", width = 15) |
| | | |
| | | @ApiModelProperty(value = "备用字段2") |
| | | private java.lang.String uda2; |
| | | /**备用字段3*/ |
| | | @Excel(name = "备用字段3", width = 15) |
| | | |
| | | @ApiModelProperty(value = "备用字段3") |
| | | private java.lang.String uda3; |
| | | /**备用字段4*/ |
| | | @Excel(name = "备用字段4", width = 15) |
| | | |
| | | @ApiModelProperty(value = "备用字段4") |
| | | private java.lang.String uda4; |
| | | /**备用字段5*/ |
| | | @Excel(name = "备用字段5", width = 15) |
| | | |
| | | @ApiModelProperty(value = "备用字段5") |
| | | private java.lang.String uda5; |
| | | |