地质所 沉降监测网建设项目
zmk
2024-10-23 3f47c88e7cb4e53b3637620794420181f47b5a5e
javaweb-plus/javaweb-cms/src/main/java/com/javaweb/geo/domain/Hole.java
@@ -32,8 +32,7 @@
    @Excel(name = "描述、技术要求")
    private String description;
    /** 勘探点类型(1-探井、2-钻孔) */
    @Excel(name = "勘探点类型", readConverterExp = "1=-探井、2-钻孔")
    /** 勘探点类型 */
    private String type;
    /** 孔口高程 */
@@ -102,12 +101,23 @@
    /** 当前进度  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;