|
@@ -21,6 +21,8 @@ public class Apparatus implements java.io.Serializable{
|
|
private Date apparatusWarrantyDate; //保修截止日期
|
|
private Date apparatusWarrantyDate; //保修截止日期
|
|
private Date apparatusCreateTime; //创建时间
|
|
private Date apparatusCreateTime; //创建时间
|
|
|
|
|
|
|
|
+ private Integer colorId; //颜色id
|
|
|
|
+
|
|
private PageBean page; //分页
|
|
private PageBean page; //分页
|
|
|
|
|
|
public Integer getStoreId() {
|
|
public Integer getStoreId() {
|
|
@@ -94,4 +96,12 @@ public class Apparatus implements java.io.Serializable{
|
|
public void setApparatusCreateTime(Date apparatusCreateTime) {
|
|
public void setApparatusCreateTime(Date apparatusCreateTime) {
|
|
this.apparatusCreateTime = apparatusCreateTime;
|
|
this.apparatusCreateTime = apparatusCreateTime;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public Integer getColorId() {
|
|
|
|
+ return colorId;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setColorId(Integer colorId) {
|
|
|
|
+ this.colorId = colorId;
|
|
|
|
+ }
|
|
}
|
|
}
|