删除多余的
parent
c3a5f588bc
commit
c3f560b112
@ -1,97 +0,0 @@
|
|||||||
package com.op.common.core.domain;
|
|
||||||
|
|
||||||
import java.util.Date;
|
|
||||||
|
|
||||||
public class WechartDTO {
|
|
||||||
private String factory;
|
|
||||||
private String ymd;
|
|
||||||
private String equCode;
|
|
||||||
private String equName;
|
|
||||||
private String productName;
|
|
||||||
private String productCode;
|
|
||||||
private String workorderCodeSap;
|
|
||||||
private Date createTime;
|
|
||||||
private String userId;
|
|
||||||
private String text;
|
|
||||||
|
|
||||||
public String getUserId() {
|
|
||||||
return userId;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setUserId(String userId) {
|
|
||||||
this.userId = userId;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getText() {
|
|
||||||
return text;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setText(String text) {
|
|
||||||
this.text = text;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getFactory() {
|
|
||||||
return factory;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setFactory(String factory) {
|
|
||||||
this.factory = factory;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getYmd() {
|
|
||||||
return ymd;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setYmd(String ymd) {
|
|
||||||
this.ymd = ymd;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getEquCode() {
|
|
||||||
return equCode;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setEquCode(String equCode) {
|
|
||||||
this.equCode = equCode;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getEquName() {
|
|
||||||
return equName;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setEquName(String equName) {
|
|
||||||
this.equName = equName;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getProductName() {
|
|
||||||
return productName;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setProductName(String productName) {
|
|
||||||
this.productName = productName;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getProductCode() {
|
|
||||||
return productCode;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setProductCode(String productCode) {
|
|
||||||
this.productCode = productCode;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getWorkorderCodeSap() {
|
|
||||||
return workorderCodeSap;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setWorkorderCodeSap(String workorderCodeSap) {
|
|
||||||
this.workorderCodeSap = workorderCodeSap;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Date getCreateTime() {
|
|
||||||
return createTime;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setCreateTime(Date createTime) {
|
|
||||||
this.createTime = createTime;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue