jiangping
2023-08-17 6365ab0a976afdd247742c9b3dca15deb3a7a7a1
server/src/main/java/doumeemes/dao/business/model/SalaryParam.java
@@ -66,12 +66,9 @@
    @ExcelColumn(name="bom编码(关联bom表)")
    private Integer bomId;
    @ApiModelProperty(value = "工资结果(元)", example = "1")
    @ExcelColumn(name="工资结果(元)")
    private Integer salary;
    @ApiModelProperty(value = "工资单价(元)", example = "1")
    @ExcelColumn(name="工资单价(元)")
    private Integer salaryPrice;
    private Integer salary;
    @ApiModelProperty(value = "标准数量", example = "1")
    @ExcelColumn(name="标准数量")