Commit 02d1d60b authored by lisong's avatar lisong

检验检测信息添加检测人员id字段

parent 67b6eee9
......@@ -104,4 +104,10 @@ public class InspectionDetectionInfo extends AbstractEquipBaseEntity {
*/
@TableField(value ="\"INSPECT_REPORT_NO\"")
private String inspectReportNo;
/**
* 检验人员ids(检验检测业务使用)
*/
@TableField(value ="\"INSPECT_STAFF_CODE\"")
private String inspectStaffCode;
}
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