|
|
@@ -12,93 +12,98 @@ public class ThirdPartyCompany {
|
|
|
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column third_party_company.id
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
private Integer id;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column third_party_company.tid
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
private Integer tid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column third_party_company.company_name
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
private String companyName;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column third_party_company.unit_price
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
@DecimalMax(value = "999999", message = "{" + ErrorConstants.DECIMAL_PARAM_MAX_ERROR + "}")
|
|
|
@DecimalMin(value = "0", message = "{" + ErrorConstants.DECIMAL_PARAM_MIN_ERROR + "}")
|
|
|
private BigDecimal unitPrice;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column third_party_company.quantity
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
private Integer quantity;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column third_party_company.total_amount
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
@DecimalMax(value = "999999", message = "{" + ErrorConstants.DECIMAL_PARAM_MAX_ERROR + "}")
|
|
|
@DecimalMin(value = "0", message = "{" + ErrorConstants.DECIMAL_PARAM_MIN_ERROR + "}")
|
|
|
private BigDecimal totalAmount;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column third_party_company.material
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
private Integer material;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column third_party_company.urgent
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
private Integer urgent;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column third_party_company.audit
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
private Integer audit;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column third_party_company.assets
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
private String assets;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column third_party_company.income
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
private String income;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column third_party_company.remarks
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
private String remarks;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column third_party_company.create_time
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
private Date createTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column third_party_company.cid
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
private Integer cid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column third_party_company.party_amount
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
private BigDecimal partyAmount;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column third_party_company.type
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
private Integer type;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column third_party_company.patent_name_type
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
+ */
|
|
|
+ private Integer patentNameType;
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column third_party_company.id
|
|
|
* @return the value of third_party_company.id
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public Integer getId() {
|
|
|
return id;
|
|
|
@@ -107,7 +112,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column third_party_company.id
|
|
|
* @param id the value for third_party_company.id
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public void setId(Integer id) {
|
|
|
this.id = id;
|
|
|
@@ -116,7 +121,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column third_party_company.tid
|
|
|
* @return the value of third_party_company.tid
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public Integer getTid() {
|
|
|
return tid;
|
|
|
@@ -125,7 +130,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column third_party_company.tid
|
|
|
* @param tid the value for third_party_company.tid
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public void setTid(Integer tid) {
|
|
|
this.tid = tid;
|
|
|
@@ -134,7 +139,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column third_party_company.company_name
|
|
|
* @return the value of third_party_company.company_name
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public String getCompanyName() {
|
|
|
return companyName;
|
|
|
@@ -143,7 +148,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column third_party_company.company_name
|
|
|
* @param companyName the value for third_party_company.company_name
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public void setCompanyName(String companyName) {
|
|
|
this.companyName = companyName;
|
|
|
@@ -152,7 +157,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column third_party_company.unit_price
|
|
|
* @return the value of third_party_company.unit_price
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public BigDecimal getUnitPrice() {
|
|
|
return unitPrice;
|
|
|
@@ -161,7 +166,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column third_party_company.unit_price
|
|
|
* @param unitPrice the value for third_party_company.unit_price
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public void setUnitPrice(BigDecimal unitPrice) {
|
|
|
this.unitPrice = unitPrice;
|
|
|
@@ -170,7 +175,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column third_party_company.quantity
|
|
|
* @return the value of third_party_company.quantity
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public Integer getQuantity() {
|
|
|
return quantity;
|
|
|
@@ -179,7 +184,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column third_party_company.quantity
|
|
|
* @param quantity the value for third_party_company.quantity
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public void setQuantity(Integer quantity) {
|
|
|
this.quantity = quantity;
|
|
|
@@ -188,7 +193,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column third_party_company.total_amount
|
|
|
* @return the value of third_party_company.total_amount
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public BigDecimal getTotalAmount() {
|
|
|
return totalAmount;
|
|
|
@@ -197,7 +202,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column third_party_company.total_amount
|
|
|
* @param totalAmount the value for third_party_company.total_amount
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public void setTotalAmount(BigDecimal totalAmount) {
|
|
|
this.totalAmount = totalAmount;
|
|
|
@@ -206,7 +211,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column third_party_company.material
|
|
|
* @return the value of third_party_company.material
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public Integer getMaterial() {
|
|
|
return material;
|
|
|
@@ -215,7 +220,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column third_party_company.material
|
|
|
* @param material the value for third_party_company.material
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public void setMaterial(Integer material) {
|
|
|
this.material = material;
|
|
|
@@ -224,7 +229,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column third_party_company.urgent
|
|
|
* @return the value of third_party_company.urgent
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public Integer getUrgent() {
|
|
|
return urgent;
|
|
|
@@ -233,7 +238,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column third_party_company.urgent
|
|
|
* @param urgent the value for third_party_company.urgent
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public void setUrgent(Integer urgent) {
|
|
|
this.urgent = urgent;
|
|
|
@@ -242,7 +247,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column third_party_company.audit
|
|
|
* @return the value of third_party_company.audit
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public Integer getAudit() {
|
|
|
return audit;
|
|
|
@@ -251,7 +256,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column third_party_company.audit
|
|
|
* @param audit the value for third_party_company.audit
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public void setAudit(Integer audit) {
|
|
|
this.audit = audit;
|
|
|
@@ -260,7 +265,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column third_party_company.assets
|
|
|
* @return the value of third_party_company.assets
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public String getAssets() {
|
|
|
return assets;
|
|
|
@@ -269,7 +274,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column third_party_company.assets
|
|
|
* @param assets the value for third_party_company.assets
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public void setAssets(String assets) {
|
|
|
this.assets = assets;
|
|
|
@@ -278,7 +283,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column third_party_company.income
|
|
|
* @return the value of third_party_company.income
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public String getIncome() {
|
|
|
return income;
|
|
|
@@ -287,7 +292,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column third_party_company.income
|
|
|
* @param income the value for third_party_company.income
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public void setIncome(String income) {
|
|
|
this.income = income;
|
|
|
@@ -296,7 +301,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column third_party_company.remarks
|
|
|
* @return the value of third_party_company.remarks
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public String getRemarks() {
|
|
|
return remarks;
|
|
|
@@ -305,7 +310,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column third_party_company.remarks
|
|
|
* @param remarks the value for third_party_company.remarks
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public void setRemarks(String remarks) {
|
|
|
this.remarks = remarks;
|
|
|
@@ -314,7 +319,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column third_party_company.create_time
|
|
|
* @return the value of third_party_company.create_time
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public Date getCreateTime() {
|
|
|
return createTime;
|
|
|
@@ -323,7 +328,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column third_party_company.create_time
|
|
|
* @param createTime the value for third_party_company.create_time
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public void setCreateTime(Date createTime) {
|
|
|
this.createTime = createTime;
|
|
|
@@ -332,7 +337,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column third_party_company.cid
|
|
|
* @return the value of third_party_company.cid
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public Integer getCid() {
|
|
|
return cid;
|
|
|
@@ -341,7 +346,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column third_party_company.cid
|
|
|
* @param cid the value for third_party_company.cid
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public void setCid(Integer cid) {
|
|
|
this.cid = cid;
|
|
|
@@ -350,7 +355,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column third_party_company.party_amount
|
|
|
* @return the value of third_party_company.party_amount
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public BigDecimal getPartyAmount() {
|
|
|
return partyAmount;
|
|
|
@@ -359,7 +364,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column third_party_company.party_amount
|
|
|
* @param partyAmount the value for third_party_company.party_amount
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public void setPartyAmount(BigDecimal partyAmount) {
|
|
|
this.partyAmount = partyAmount;
|
|
|
@@ -368,7 +373,7 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column third_party_company.type
|
|
|
* @return the value of third_party_company.type
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public Integer getType() {
|
|
|
return type;
|
|
|
@@ -377,9 +382,27 @@ public class ThirdPartyCompany {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column third_party_company.type
|
|
|
* @param type the value for third_party_company.type
|
|
|
- * @mbg.generated Tue Sep 08 14:36:38 CST 2020
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
*/
|
|
|
public void setType(Integer type) {
|
|
|
this.type = type;
|
|
|
}
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column third_party_company.patent_name_type
|
|
|
+ * @return the value of third_party_company.patent_name_type
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
+ */
|
|
|
+ public Integer getPatentNameType() {
|
|
|
+ return patentNameType;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column third_party_company.patent_name_type
|
|
|
+ * @param patentNameType the value for third_party_company.patent_name_type
|
|
|
+ * @mbg.generated Mon Sep 14 11:10:10 CST 2020
|
|
|
+ */
|
|
|
+ public void setPatentNameType(Integer patentNameType) {
|
|
|
+ this.patentNameType = patentNameType;
|
|
|
+ }
|
|
|
}
|