| | |
| | | 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; |
| | | |
| | |
| | | private String glassChild; |
| | | private Double childWidth; |
| | | private Double childHeight; |
| | | private Double area; |
| | | private Double totalArea; |
| | | private String icon; |
| | | private String process; |
| | | 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; |
| | | |
| | | |