| | |
| | | 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; |
| | |
| | | private String operateType; |
| | | @ExcelProperty("数量") |
| | | private Integer quantity; |
| | | @ExcelProperty("单价") |
| | | private Double price; |
| | | @ExcelProperty("产品Id") |
| | | private Integer productId; |
| | | @ExcelProperty("产品") |
| | |
| | | private Double width; |
| | | @ExcelProperty("高") |
| | | private Double height; |
| | | @ExcelProperty("面积") |
| | | private Double area; |
| | | @ExcelProperty("平方毫米") |
| | | private Double squareMillimeter; |
| | | @ExcelProperty("金额") |
| | | private Double money; |
| | | @ExcelProperty("项目名称") |
| | | private String project; |
| | | @ExcelProperty("客户名称") |
| | | private String customerName; |
| | | @ExcelProperty("订单类型") |
| | | private String orderType; |
| | | @ExcelProperty("调拨销售单号") |
| | | private String staterOperationOrderNumber; |
| | | @ExcelProperty("调拨序号") |