| | |
| | | package com.zt.life.modules.itemCirculatOrder.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; |
| | |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | private Date detectDate; |
| | | |
| | | |
| | | @ApiModelProperty(value = "校准检测情况说明") |
| | | private String detectSituation; |
| | | |
| | |
| | | @ApiModelProperty(value = "年份") |
| | | private String year; |
| | | |
| | | @TableField(exist = false) |
| | | @ApiModelProperty(value = "物品名称") |
| | | private String softwareName; |
| | | |
| | | @TableField(exist = false) |
| | | @ApiModelProperty(value = "物品编号") |
| | | private String softwareIdentity; |
| | | |
| | | |
| | | } |