| | |
| | | package com.zt.life.modules.testCheckOrder.model; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.zt.common.entity.BusiEntity; |
| | |
| | | private Long configItemId; |
| | | |
| | | @ApiModelProperty(value = "配置项类型") |
| | | private Long configItemType; |
| | | private String pageCode; |
| | | |
| | | @ApiModelProperty(value = "编号") |
| | | private String code; |
| | | |
| | | @ApiModelProperty(value = "项目标识") |
| | | private String softwareIdentity; |
| | | |
| | | @ApiModelProperty(value = "项目名称") |
| | | private String softwareName; |
| | | |
| | | @ApiModelProperty(value = "检查人") |
| | | private String examiner; |
| | |
| | | @ApiModelProperty(value = "年份") |
| | | private String year; |
| | | |
| | | @TableField(exist = false) |
| | | @ApiModelProperty(value = "项目标识") |
| | | private String softwareIdentity; |
| | | |
| | | @TableField(exist = false) |
| | | @ApiModelProperty(value = "项目名称") |
| | | private String softwareName; |
| | | |
| | | } |