廖井涛
4 天以前 4955996ab044bc275ac78da3543b9d9f5ad7f8d9
north-glass-erp/src/main/java/com/example/erp/dto/mm/FinishedOperateLogDTO.java
@@ -1,6 +1,7 @@
package com.example.erp.dto.mm;
import com.alibaba.excel.annotation.ExcelProperty;
import com.baomidou.mybatisplus.annotation.TableField;
import com.example.erp.entity.mm.FinishedOperateLog;
import lombok.Data;
import lombok.EqualsAndHashCode;
@@ -33,6 +34,8 @@
    private Double height;
    @ExcelProperty("面积")
    private Double area;
    @ExcelProperty("平方毫米")
    private Double squareMillimeter;
    @ExcelProperty("金额")
    private Double money;
    @ExcelProperty("项目名称")