| | |
| | | private String companyName; |
| | | |
| | | /** |
| | | * 建设单位 |
| | | */ |
| | | private String createUnit; |
| | | |
| | | /** |
| | | * 设计单位 |
| | | */ |
| | | private String planUnit; |
| | | |
| | | /** |
| | | * 监理单位 |
| | | */ |
| | | private String supervisionUnit; |
| | | |
| | | /** |
| | | * 施工单位 |
| | | */ |
| | | private String constructionUnit; |
| | | |
| | | /** |
| | | * 外径 |
| | | */ |
| | | private Double outsideDiameter; |
| | | |
| | | /** |
| | | * 内径 |
| | | */ |
| | | private Double innerDiameter; |
| | | |
| | | /** |
| | | * 厚度 |
| | | */ |
| | | private Double thickness; |
| | | |
| | | /** |
| | | * 环宽 |
| | | */ |
| | | private Double ringWidth; |
| | | |
| | | /** |
| | | * 混凝土强度等级 |
| | | */ |
| | | private String concreteStrengthGrade; |
| | | |
| | | /** |
| | | * 抗渗等级 |
| | | */ |
| | | private String impermeabilityLevel; |
| | | |
| | | /** |
| | | * 有无外弧面防水 |
| | | */ |
| | | private Integer waterproofType; |
| | | |
| | | /** |
| | | * 已完成数量 |
| | | */ |
| | | private Integer completedQuantity; |
| | | |
| | | |
| | | /** |
| | | * This field was generated by MyBatis Generator. |
| | | * This field corresponds to the database table sys_project |
| | | * |