jiaosong
2023-08-25 dac20eee2dd2846158ba96f25a17f87d96d95743
server/src/main/java/doumeemes/dao/ext/vo/WorkorderRecordExportExtListVO.java
@@ -82,13 +82,13 @@
    @ApiModelProperty(value = "计价方式 0计件 1计时", example = "1")
    @ExcelColumn(name="计价方式",index =13,width =15, valueMapping =" 0计件 1计时")
    private String salaryType;
    @ExcelColumn(name="计价方式",index =13,width =15, valueMapping =" 0=计件;1=计时")
    private Integer salaryType;
    @ApiModelProperty(value = "工资单价", example = "1")
    @ExcelColumn(name="工资单价",index =14,width =15, suffix ="元")
    @ExcelColumn(name="计价工资(元)",index =14,width =15, suffix ="元")
    private Integer salaryPrice;