| | |
| | | @Excel(name = "描述、技术要求") |
| | | private String description; |
| | | |
| | | /** 勘探点类型(1-探井、2-钻孔) */ |
| | | @Excel(name = "勘探点类型", readConverterExp = "1=-探井、2-钻孔") |
| | | /** 勘探点类型 */ |
| | | private String type; |
| | | |
| | | /** 孔口高程 */ |
| | |
| | | /** 当前进度 footageCpl/footage */ |
| | | private Double rate; |
| | | |
| | | /** 总进尺 */ |
| | | /** 更改后总进尺 */ |
| | | private Double footage; |
| | | |
| | | /** 已完成进尺 */ |
| | | private Double footageCpl; |
| | | |
| | | /** 设计总进尺 */ |
| | | private Double totalFootage; |
| | | |
| | | public Double getTotalFootage() { |
| | | return totalFootage; |
| | | } |
| | | |
| | | public void setTotalFootage(Double totalFootage) { |
| | | this.totalFootage = totalFootage; |
| | | } |
| | | |
| | | /** 钻孔状态 */ |
| | | @Excel(name = "钻孔状态") |
| | | private String status; |