廖井涛
2024-06-26 c46cb6a71c35f38c7f23a2d01ad686f46a3d0e0b
north-glass-erp/src/main/java/com/example/erp/entity/sd/Order.java
@@ -1,5 +1,6 @@
package com.example.erp.entity.sd;
import com.alibaba.excel.annotation.ExcelProperty;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
@@ -13,9 +14,11 @@
@TableName("sd.`order`")
public class Order {
    @TableId(type = IdType.AUTO)
    @ExcelProperty("id")
    private Long id;
    @ExcelProperty("订单编号")
    private String orderId;
    @ExcelProperty("项目名称")
    private String project;
    private Integer customerId;
    private String customerName;
@@ -23,7 +26,7 @@
    private String orderClassify;
    private String icon;
    private String packType;
    private String deliveryDate;
    private LocalDate deliveryDate;
    private String batch;
    private Integer calculateType;
    private Integer salesmanId;
@@ -41,7 +44,7 @@
    private String otherRemarks;
    private Double area;
    private Long quantity;
    private String perimeter;
    private Double perimeter;
    private String verifierId;
    private String verifier;
    private String creatorId;