| | |
| | | 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; |
| | |
| | | private Double computeGrossArea; |
| | | private String processingNote; |
| | | private String remarks; |
| | | private Integer bendRadius; |
| | | private Double bendRadius; |
| | | private String edgingType; |
| | | private Double archRise; |
| | | private Double weight; |
| | | private Double perimeter; |
| | | private String otherColumns; |
| | | private Integer warehouseNum; |
| | | private Integer deliveryNum; |
| | | private Integer returnNum; |