|
@@ -61,14 +61,19 @@ public class CmmsSpotcheckTitem implements Serializable {
|
|
|
@Excel(name = "名称", width = 15)
|
|
|
@ApiModelProperty(value = "名称")
|
|
|
private java.lang.String itemname;
|
|
|
- /**设备分类id*/
|
|
|
- @Excel(name = "设备分类id", width = 15, dictTable = "ems_tpm_equipment_tree", dicText = "name", dicCode = "id")
|
|
|
- @Dict(dictTable = "ems_tpm_equipment_tree", dicText = "name", dicCode = "id")
|
|
|
- @ApiModelProperty(value = "设备分类id")
|
|
|
+ /**设备类型id*/
|
|
|
+ @Excel(name = "设备类型id", width = 15, dictTable = "ems_tpm_equipment_tree", dicText = "name", dicCode = "id")
|
|
|
+ @Dict(dictTable = "ems_tpm_equipment_tree", dicText = "name", dicCode = "id")
|
|
|
+ @ApiModelProperty(value = "设备类型id")
|
|
|
private java.lang.String equipmenttreeid;
|
|
|
- /**条件(字典)*/
|
|
|
- @Excel(name = "条件(字典)", width = 15)
|
|
|
- @ApiModelProperty(value = "条件(字典)")
|
|
|
+ /**点检项分类*/
|
|
|
+ @Excel(name = "点检项分类", width = 15, dicCode = "spotcheck_item_type")
|
|
|
+ @Dict(dicCode = "spotcheck_item_type")
|
|
|
+ @ApiModelProperty(value = "点检项分类")
|
|
|
+ private java.lang.String itemtype;
|
|
|
+ /**标准*/
|
|
|
+ @Excel(name = "标准", width = 15)
|
|
|
+ @ApiModelProperty(value = "标准")
|
|
|
private java.lang.String conditions;
|
|
|
/**标签(多个用逗号隔开)*/
|
|
|
@Excel(name = "标签(多个用逗号隔开)", width = 15)
|