| | |
| | | package cn.gistack.sm.sg.DO; |
| | | |
| | | import cn.gistack.sm.sg.VO.PreAcceVO; |
| | | 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; |
| | | @TableField(exist = false) |
| | | private List<PreAcceVO> preAcce; |
| | | |
| | | |
| | | |
| | | private Integer status; |
| | | |
| | |
| | | |
| | | @TableField(exist = false) |
| | | private BigDecimal ProjectProgressNum; |
| | | @TableField(exist = false) |
| | | private String cityNm; //市 |
| | | @TableField(exist = false) |
| | | private String countyNm; //县 |
| | | @TableField(exist = false) |
| | | private String townNm; //乡 |
| | | @TableField(exist = false) |
| | | private String engScal; //工程规模 |
| | | @TableField(exist = false) |
| | | private String basGuid; //片区 |
| | | } |