|
@@ -57,6 +57,7 @@ public class BaseProductArchive implements Serializable {
|
|
|
/**状态(1-启用,0-停用)*/
|
|
|
@Excel(name = "状态(1-启用,0-停用)", width = 15)
|
|
|
@ApiModelProperty(value = "状态(1-启用,0-停用)")
|
|
|
+ @Dict(dicCode = "valid_status")
|
|
|
private Integer status;
|
|
|
/**删除状态(0-正常,1-已删除)*/
|
|
|
@Excel(name = "删除状态(0-正常,1-已删除)", width = 15)
|
|
@@ -91,6 +92,10 @@ public class BaseProductArchive implements Serializable {
|
|
|
@Excel(name = "型号", width = 15)
|
|
|
@ApiModelProperty(value = "型号")
|
|
|
private String model;
|
|
|
+ /**规格*/
|
|
|
+ @Excel(name = "规格", width = 15)
|
|
|
+ @ApiModelProperty(value = "规格")
|
|
|
+ private String specifications;
|
|
|
/**备件号*/
|
|
|
@Excel(name = "备件号", width = 15)
|
|
|
@ApiModelProperty(value = "备件号")
|