server/src/main/java/doumeemes/dao/ext/vo/WorkorderRecordExportExtListVO.java
@@ -6,6 +6,7 @@ import lombok.Data; import java.io.Serializable; import java.math.BigDecimal; /** * @author 江蹄蹄 @@ -86,10 +87,9 @@ private Integer salaryType; @ApiModelProperty(value = "工资单价", example = "1") @ExcelColumn(name="计价工资(元)",index =14,width =15, suffix ="元") private Integer salaryPrice; private BigDecimal salaryPrice; @ApiModelProperty(value = "设备")