|
|
|
@ -87,11 +87,11 @@ public class ProRecipe extends BaseEntity {
|
|
|
|
|
this.files = files;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getWorkCenter() {
|
|
|
|
|
public String getVersion() {
|
|
|
|
|
return version;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setWorkCenter(String version) {
|
|
|
|
|
public void setVersion(String version) {
|
|
|
|
|
this.version = version;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -224,6 +224,7 @@ public class ProRecipe extends BaseEntity {
|
|
|
|
|
.append("createTime", getCreateTime())
|
|
|
|
|
.append("updateBy", getUpdateBy())
|
|
|
|
|
.append("updateTime", getUpdateTime())
|
|
|
|
|
.append("version",getVersion())
|
|
|
|
|
.toString();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|