guoyuji
2024-02-22 7b8cc84950a3caeb8cae5e99a7aa99c1aafa6ac7
north-glass-erp/src/main/java/com/example/erp/entity/sd/OrderGlassDetail.java
@@ -1,6 +1,7 @@
package com.example.erp.entity.sd;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import lombok.Data;
@@ -11,6 +12,8 @@
    @TableId(type = IdType.AUTO)
    private Long id;
    private String orderId;
    private String orderNumber;
    private Integer technologyNumber;
    private String glassAddress;
    private String glassChild;
@@ -20,11 +23,14 @@
    private String productionId;
    private Integer splittingStatus;
    private String founder;
    @TableField(value = "`group`")
    private Integer group;
    private LocalDate produtionTime;
    private LocalDate productionTime;
    private LocalDate createTime;
//    @TableField(select = false)
    private  Order order;
    //@TableField(select = false)
//   @ManyToOne(fetch = FetchType.LAZY)
    private  OrderDetail orderDetail;