2024-04-07 基础信息-产品-报工汇率2

master
A0010407 10 months ago
parent 4a3367df37
commit 835d1da2ac

@ -344,6 +344,12 @@ public class BaseProduct extends BaseEntity {
@Excel(name = "其它")
private String other;
/**
*
*/
@Excel(name = "报工汇率")
private Integer reportRate;
public void setCategory(String category) {
this.category = category;
}
@ -784,6 +790,14 @@ public class BaseProduct extends BaseEntity {
return mtart;
}
public void setReportRate(Integer reportRate) {
this.reportRate = reportRate;
}
public Integer getReportRate() {
return reportRate;
}
@Override
public String toString() {
return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE)

Loading…
Cancel
Save