| | |
| | | package com.zt.life.modules.project.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 String code; |
| | | |
| | | @ApiModelProperty(value = "委托单ID") |
| | | private String orderId; |
| | | private Long orderId; |
| | | |
| | | @ApiModelProperty(value = "硬软件资源") |
| | | private String hardSoftwareRes; |
| | |
| | | @ApiModelProperty(value = "病毒库版本") |
| | | private String virusDatabaseVersion; |
| | | |
| | | @TableField(exist = false) |
| | | @ApiModelProperty(value = "专业实验室名称") |
| | | private String agencyName; |
| | | |
| | | @TableField(exist = false) |
| | | @ApiModelProperty(value = "测试地点") |
| | | private String site; |
| | | |
| | | @TableField(exist = false) |
| | | @ApiModelProperty(value = "被测软件") |
| | | private String softwareName; |
| | | |
| | | @TableField(exist = false) |
| | | @ApiModelProperty(value = "版本") |
| | | private String softwareIdentity; |
| | | |
| | | } |