| | |
| | | public class SoftwareTestOrderMeasured extends BusiEntity { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | |
| | | @ApiModelProperty(value = "序号") |
| | | private Integer num; |
| | | |
| | | @ApiModelProperty(value = "委托单ID") |
| | | private Long orderId; |
| | | |
| | | @ApiModelProperty(value = "序号") |
| | | private Integer no; |
| | | |
| | | @ApiModelProperty(value = "被测件名称") |
| | | private String name; |
| | | |
| | | @ApiModelProperty(value = "标识/版本") |
| | | private String identify; |
| | |
| | | @ApiModelProperty(value = "是否被测件") |
| | | private String isMeasured; |
| | | |
| | | @TableField(exist = false) |
| | | @ApiModelProperty(value = "字典标签/名称") |
| | | private String dictLabel; |
| | | |
| | | |
| | | } |