| | |
| | | package cn.gistack.sm.sg.DO; |
| | | |
| | | import cn.gistack.sm.sg.VO.PreAcceVO; |
| | | import cn.gistack.sm.sg.VO.PtypeVO; |
| | | import cn.gistack.sm.sg.VO.SgTypeVO; |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | |
| | | |
| | | |
| | | @TableField(exist = false) |
| | | private List<SgTypeVO> sgGxDOS; |
| | | private List<PtypeVO> ptypeVOS; |
| | | @TableField(exist = false) |
| | | private List<PreAcceVO> preAcce; |
| | | |
| | |
| | | |
| | | private Integer status; |
| | | |
| | | @TableField(exist = false) |
| | | private String projectProgress; |
| | | |
| | | @TableField(exist = false) |
| | |
| | | */ |
| | | private String lot; |
| | | |
| | | |
| | | /** |
| | | * 表面变形 |
| | | */ |
| | | private int surfaceNum; |
| | | private String surfaceProgress; |
| | | |
| | | /** |
| | | * 视频 |
| | | */ |
| | | private int videoNum; |
| | | private String videoProgress; |
| | | |
| | | /** |
| | | * 渗流压力 |
| | | */ |
| | | private int transNum; |
| | | private String transProgress; |
| | | |
| | | /** |
| | | * 渗流量 |
| | | */ |
| | | private int seepageNum; |
| | | private String seepageProgress; |
| | | |
| | | |
| | | } |