Commit 447b49f5 authored by 王果's avatar 王果

检验检测结果增加检验结果方式

parent 99f3f6e7
......@@ -160,4 +160,11 @@ public class JyjcInspectionResult extends BaseEntity {
*/
@TableField("application_date")
private Date applicationDate;
/**
* 检验结果方式
*/
@TableField("result_type")
private String resultType;
}
......@@ -95,6 +95,9 @@ public class JyjcInspectionResultModel extends BaseModel {
@ApiModelProperty(value = "报检日期")
private Date applicationDate;
@ApiModelProperty("检验结果方式")
private String resultType;
@ApiModelProperty(value = "设备种类")
private String equList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment