Commit 2fce1cb0 authored by 刘凡's avatar 刘凡

优化:检验检测添加,检验机构统一信用代码和检验报告编号字段

parent 4c4833c8
...@@ -50,6 +50,12 @@ public class IdxBizJgInspectionDetectionInfo extends TzsBaseEntity { ...@@ -50,6 +50,12 @@ public class IdxBizJgInspectionDetectionInfo extends TzsBaseEntity {
/** /**
* *
*/ */
@TableField("\"INSPECT_ORG_CODE\"")
private String inspectOrgCode;
/**
*
*/
@TableField("\"INSPECT_ORG_NAME\"") @TableField("\"INSPECT_ORG_NAME\"")
private String inspectOrgName; private String inspectOrgName;
...@@ -101,6 +107,12 @@ public class IdxBizJgInspectionDetectionInfo extends TzsBaseEntity { ...@@ -101,6 +107,12 @@ public class IdxBizJgInspectionDetectionInfo extends TzsBaseEntity {
@TableField("\"SEQUENCE_CODE\"") @TableField("\"SEQUENCE_CODE\"")
private String sequenceCode; private String sequenceCode;
/**
*
*/
@TableField("\"INSPECT_REPORT_NO\"")
private String inspectReportNo;
@TableField(exist = false) @TableField(exist = false)
private String supervisoryCode; private String supervisoryCode;
} }
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