package com.artfess.rescue.base.model;

import com.artfess.base.entity.BaseModel;
import com.artfess.base.entity.BizDelModel;
import com.baomidou.mybatisplus.annotation.*;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;

/**
 * 桥梁信息表
 *
 * @company 阿特菲斯信息技术有限公司
 * @author 系统管理员
 * @since 2024-07-26
 */
@ApiModel(value="BizBaseBridge对象", description="桥梁信息表")
@Data
@TableName("biz_base_bridge")
public class BizBaseBridge extends BaseModel<BizBaseBridge> {

    private static final long serialVersionUID = 1L;

    @ApiModelProperty(value = "主键ID")
    @TableId(value = "ID_", type = IdType.ASSIGN_ID)
    private String id;

    @ApiModelProperty(value = "公司ID")
    @TableField("COMPANY_ID_")
    private String companyId;

    @ApiModelProperty(value = "多个公司ID,用逗号分割")
    @TableField("COMPANY_IDS_")
    private String companyIds;

    @ApiModelProperty(value = "所属公司名称")
    @TableField("COMPANY_NAME_")
    private String companyName;

    @ApiModelProperty(value = "排序")
    @TableField("SN_")
    private Integer sn;

    @ApiModelProperty(value = "编号")
    @TableField("NUMBER_")
    private String number;

    @ApiModelProperty(value = "所在路段id(关联路段表ID)")
    @TableField("ROAD_SEGMENT_ID_")
    private String roadSegmentId;

    @ApiModelProperty(value = "所在路段NAME")
    @TableField("ROAD_SEGMENT_NAME_")
    private String roadSegmentName;

    @ApiModelProperty(value = "名称")
    @TableField("NAME_")
    private String name;

    @ApiModelProperty(value = "类型")
    @TableField("TYPE_")
    private String type;

    @ApiModelProperty(value = "分类")
    @TableField("CATEGORY_")
    private String category;

    @ApiModelProperty(value = "功能类型")
    @TableField("FUNCTION_TYPE_")
    private String functionType;

    @ApiModelProperty(value = "功能类型值")
    @TableField("FUNCTION_TYPE_VALUE_")
    private String functionTypeValue;

    @ApiModelProperty(value = "经度")
    @TableField("LNG")
    private Double lng;

    @ApiModelProperty(value = "纬度")
    @TableField("LAT")
    private Double lat;

    @ApiModelProperty(value = "中心桩号值")
    @TableField("CENT_PEG_K_")
    private String centPegK;

    @ApiModelProperty(value = "起点桩号")
    @TableField("START_PEG_K_")
    private String startPegK;

    @ApiModelProperty(value = "止点桩号")
    @TableField("END_PEG_K_")
    private String endPegK;

    @ApiModelProperty(value = "中心桩号")
    @TableField("CENT_PEG_")
    private Float centPeg;

    @ApiModelProperty(value = "方向")
    @TableField("DIRECTION_")
    private String direction;

    @ApiModelProperty(value = "下穿通道名")
    @TableField("UNDERCHANNELS_NAME_")
    private String underchannelsName;

    @ApiModelProperty(value = "下穿通道桩号")
    @TableField("UNDERCHANNELS_PEG_")
    private String underchannelsPeg;

    @ApiModelProperty(value = "设计荷载")
    @TableField("DESIGNLOAD_")
    private String designload;

    @ApiModelProperty(value = "通过荷载")
    @TableField("PASSESLOAD_")
    private String passesload;

    @ApiModelProperty(value = "倾斜斜坡")
    @TableField("INCLINEDSLOPE_")
    private String inclinedslope;

    @ApiModelProperty(value = "表面安装")
    @TableField("SURFACEINSTALL_")
    private String surfaceinstall;

    @ApiModelProperty(value = "管养单位_ID")
    @TableField("OFFICE_ID_")
    private String officeId;

    @ApiModelProperty(value = "管养单位名称")
    @TableField("OFFICE_NAME_")
    private String officeName;

    @ApiModelProperty(value = "建设完成日期")
    @TableField("FINISH_DAY_")
    private String finishDay;

    @ApiModelProperty(value = "主桥主跨")
    @TableField("MAIN_SPAN_")
    private String mainSpan;

    @ApiModelProperty(value = "主桥边跨")
    @TableField("SIDE_SPAN_")
    private String sideSpan;

    @ApiModelProperty(value = "垂直坡度")
    @TableField("VERTICAL_SLOPE_")
    private String verticalSlope;

    @ApiModelProperty(value = "跨越地物类别")
    @TableField("SPAN_OBJECT_TYPE_")
    private String spanObjectType;

    @ApiModelProperty(value = "跨越地物名称")
    @TableField("SPAN_OBJECT_NAME_")
    private String spanObjectName;

    @ApiModelProperty(value = "被跨越道路（通道）名称")
    @TableField("ACROSS_ROAD_NAME_")
    private String acrossRoadName;

    @ApiModelProperty(value = "被跨越道路（通道）桩号")
    @TableField("ACROSS_ROAD_PEGK_")
    private String acrossRoadPegk;

    @ApiModelProperty(value = "设计单位")
    @TableField("DESIGN_UNIT_")
    private String designUnit;

    @ApiModelProperty(value = "监视单位")
    @TableField("WATCH_UNIT_")
    private String watchUnit;

    @ApiModelProperty(value = "施工单位")
    @TableField("CONSTRUCT_UNIT_")
    private String constructUnit;

    @ApiModelProperty(value = "业主单位")
    @TableField("OWNER_UNIT_")
    private String ownerUnit;

    @ApiModelProperty(value = "前引线长度")
    @TableField("FRONT_LEAD_LENGTH_")
    private Float frontLeadLength;

    @ApiModelProperty(value = "后引线长度")
    @TableField("AFTER_LEAD_LENGTH_")
    private Float afterLeadLength;

    @ApiModelProperty(value = "上部结构类型")
    @TableField("SHAPE_TYPE_")
    private String shapeType;

    @ApiModelProperty(value = "单孔最大梁片数")
    @TableField("SPAN_COUNT_")
    private Float spanCount;

    @ApiModelProperty(value = "索数")
    @TableField("CORD_COUNT_")
    private Float cordCount;

    @ApiModelProperty(value = "填卡人")
    @TableField("CARD_PER_")
    private String cardPer;

    @ApiModelProperty(value = "填卡日期")
    @TableField("CARD_DAY_")
    private String cardDay;

    @ApiModelProperty(value = "x_")
    @TableField("X_")
    private String x;

    @ApiModelProperty(value = "y_")
    @TableField("Y_")
    private String y;

    @ApiModelProperty(value = "设计图纸")
    @TableField("DESIGN_DRAWING_")
    private String designDrawing;

    @ApiModelProperty(value = "设计文件")
    @TableField("DESIGN_FILE_")
    private String designFile;

    @ApiModelProperty(value = "施工文件")
    @TableField("CONSTRUCTION_FILE_")
    private String constructionFile;

    @ApiModelProperty(value = "完成文件")
    @TableField("COMPLETE_FILE_")
    private String completeFile;

    @ApiModelProperty(value = "检查文件")
    @TableField("CHECK_FILE_")
    private String checkFile;

    @ApiModelProperty(value = "管理员文件")
    @TableField("ADMIN_FILE_")
    private String adminFile;

    @ApiModelProperty(value = "定期检查报告")
    @TableField("REGULAR_CHECK_REPORT_")
    private String regularCheckReport;

    @ApiModelProperty(value = "专项检查报告")
    @TableField("SPECIAL_CHECK_REPORT_")
    private String specialCheckReport;

    @ApiModelProperty(value = "历史主文件")
    @TableField("HISTORY_MAIN_FILE_")
    private String historyMainFile;

    @ApiModelProperty(value = "文件编号")
    @TableField("FILE_NUMBER_")
    private String fileNumber;

    @ApiModelProperty(value = "文件地址")
    @TableField("FILE_PLACE_")
    private String filePlace;

    @ApiModelProperty(value = "建档日期")
    @TableField("CREATE_DAY_")
    private String createDay;

    @ApiModelProperty(value = "长度(m)")
    @TableField("LENGTH_")
    private Float length;

    @ApiModelProperty(value = "桥梁平曲线半径(m)")
    @TableField("CURVE_RADIUS_")
    private Float curveRadius;

    @ApiModelProperty(value = "桥面宽度(m)")
    @TableField("DECK_WIDTH_")
    private Float deckWidth;

    @ApiModelProperty(value = "桥面标准净空(m)")
    @TableField("STANDARD_CLEARANCE_")
    private Float standardClearance;

    @ApiModelProperty(value = "桥面实际净空(m)")
    @TableField("REAL_CLEARANCE_")
    private Float realClearance;

    @ApiModelProperty(value = "桥下通航等级及标准净空(m)")
    @TableField("NAVIGATION_CLEARANCE_")
    private Float navigationClearance;

    @ApiModelProperty(value = "桥下实际净空(m)")
    @TableField("BELOW_REAL_CLEARANCE_")
    private Float belowRealClearance;

    @ApiModelProperty(value = "中央分隔带宽度(m)")
    @TableField("MEDIAN_WIDTH_")
    private Float medianWidth;

    @ApiModelProperty(value = "护栏或防撞墙高度(m)")
    @TableField("GUARDRAIL_HIGHT_")
    private Float guardrailHight;

    @ApiModelProperty(value = "人行道宽度(m)")
    @TableField("SIDEWALK_WIDTH_")
    private Float sidewalkWidth;

    @ApiModelProperty(value = "引道线型")
    @TableField("LEAD_LINE_")
    private String leadLine;

    @ApiModelProperty(value = "引道半径")
    @TableField("LEAD_RADIUS_")
    private Float leadRadius;

    @ApiModelProperty(value = "跨径组合")
    @TableField("SPAN_COMBO_")
    private String spanCombo;

    @ApiModelProperty(value = "孔编号")
    @TableField("HOLE_NO_")
    private String holeNo;

    @ApiModelProperty(value = "孔编号型号")
    @TableField("HOLE_NO_SHAPE_")
    private String holeNoShape;

    @ApiModelProperty(value = "孔号跨径")
    @TableField("HOLE_NO_SPAN_")
    private String holeNoSpan;

    @ApiModelProperty(value = "孔编号材料")
    @TableField("HOLE_NO_MATERIAL_")
    private String holeNoMaterial;

    @ApiModelProperty(value = "孔数量")
    @TableField("HOLE_COUNT_")
    private Integer holeCount;

    @ApiModelProperty(value = "墩台号")
    @TableField("PIER_NO_")
    private String pierNo;

    @ApiModelProperty(value = "墩台号形式")
    @TableField("PIER_NO_SHAPE_")
    private String pierNoShape;

    @ApiModelProperty(value = "墩台号材料")
    @TableField("PIER_NO_MATERIAL_")
    private String pierNoMaterial;

    @ApiModelProperty(value = "	墩台号基础形式")
    @TableField("PIER_NO_BASE_SHAPE_")
    private String pierNoBaseShape;

    @ApiModelProperty(value = "墩台防撞设施类型")
    @TableField("PIER_ENTRENCH_TYPE_")
    private String pierEntrenchType;

    @ApiModelProperty(value = "伸缩缝类型")
    @TableField("GAP_TYPE_")
    private String gapType;

    @ApiModelProperty(value = "支座类型")
    @TableField("SEAT_TYPE_")
    private String seatType;

    @ApiModelProperty(value = "地震强度")
    @TableField("EARTHQUAKE_DEGREE_")
    private String earthquakeDegree;

    @ApiModelProperty(value = "桥台护坡")
    @TableField("PROTECT_SLOPE_")
    private String protectSlope;

    @ApiModelProperty(value = "护墩体")
    @TableField("PROTECT_BODY_")
    private String protectBody;

    @ApiModelProperty(value = "调治构造")
    @TableField("STRUCTURE_")
    private String structure;

    @ApiModelProperty(value = "日常水位")
    @TableField("NATURE_WATER_LEVEL_")
    private String natureWaterLevel;

    @ApiModelProperty(value = "设计水位")
    @TableField("DESIGN_WATER_LEVEL_")
    private String designWaterLevel;

    @ApiModelProperty(value = "历史水位")
    @TableField("HISTORY_WATER_LEVEL_")
    private String historyWaterLevel;

    @ApiModelProperty(value = "类型值")
    @TableField("TYPE_VALUE_")
    private String typeValue;

    @ApiModelProperty(value = "分类值")
    @TableField("CATEGORY_VALUE_")
    private String categoryValue;

    @ApiModelProperty(value = "桥梁等级")
    @TableField("GRADE_")
    private String grade;

    @ApiModelProperty(value = "间隙类型值")
    @TableField("GAP_TYPE_VALUE_")
    private String gapTypeValue;

    @ApiModelProperty(value = "支座类型值")
    @TableField("SEAT_TYPE_VALUE_")
    private String seatTypeValue;

    @ApiModelProperty(value = "方向值")
    @TableField("DIRECTION_VALUE_")
    private String directionValue;

    @ApiModelProperty(value = "表面安装值")
    @TableField("SURFACEINSTALL_VALUE_")
    private String surfaceinstallValue;

    @ApiModelProperty(value = "上部结构类型值")
    @TableField("SHAPE_TYPE_VALUE_")
    private String shapeTypeValue;

    @ApiModelProperty(value = "桥下净高(m)")
    @TableField("UNDER_HEIGHT_")
    private String underHeight;

    @ApiModelProperty(value = "桥上净高(m)")
    @TableField("TOP_HEIGHT_")
    private String topHeight;

    @ApiModelProperty(value = "桥面标高(m)")
    @TableField("SURFACE_HIGHT_")
    private String surfaceHight;

    @ApiModelProperty(value = "桥面高程(m)")
    @TableField("DECK_ELEVATION_")
    private Float deckElevation;

    @ApiModelProperty(value = "引道总宽")
    @TableField("LEAD_WIDTH_")
    private String leadWidth;

    @ApiModelProperty(value = "引道路面宽")
    @TableField("LEAD_RODA_WIDTH_")
    private String leadRodaWidth;

    @ApiModelProperty(value = "抗震裂度")
    @TableField("ANTI_KNOCK_GRADE_")
    private String antiKnockGrade;

    @ApiModelProperty(value = "跨越地物类型")
    @TableField("ACROSS_TERRAIN_TYPE_")
    private String acrossTerrainType;

    @ApiModelProperty(value = "跨越地物名称")
    @TableField("ACROSS_TERRAIN_NAME_")
    private String acrossTerrainName;

    @ApiModelProperty(value = "通航等级")
    @TableField("OPEN_TRAFFIC_")
    private String openTraffic;

    @ApiModelProperty(value = "评定等级")
    @TableField("EVALUATE_GRADE_")
    private String evaluateGrade;

    @ApiModelProperty(value = "是否互通立交 1.是  2.否")
    @TableField("INTERCHANGE_")
    private Integer interchange;

    @ApiModelProperty(value = "版本号")
    @TableField("VERSION_")
    private Long version;

    @ApiModelProperty(value = "租户ID")
    @TableField("TENANT_ID_")
    private String tenantId;

    @ApiModelProperty(value = "车行道宽")
    @TableField("LANE_WIDTH_")
    private String laneWidth;

    @ApiModelProperty(value = "桥形 例如 1：梁式桥 2：悬索桥")
    @TableField("BRI_SHAPE_")
    private Integer briShape;

    @ApiModelProperty(value = "桥形值")
    @TableField("BRI_SHAPE_VALUE_")
    private String briShapeValue;

    @ApiModelProperty(value = "是否已删，1已删除，0未删除")
    @TableField(value = "IS_DELE_")
    @TableLogic
    private String isDele="0";

    @ApiModelProperty(value = "更新人姓名")
    @TableField(value="UPDATE_NAME_", select=false)
    private String updateName;

    @ApiModelProperty(value = "最后更新时间戳")
    @TableField(value="LAST_TIME_",select=false)
    private Long lastTime;

}
