@@ -62,6 +62,11 @@ public class SbInfoDTO extends BaseDTO implements Serializable {
*/
private String usePosition;
+ /**
+ * 设备注册码
+ */
+ private String sbRegisterNo;
+
/**
* 状态变更原因
@@ -54,6 +54,11 @@ public class SbInfo implements Serializable {
private Integer sortNum;
@@ -256,6 +256,10 @@ public class ExportSbInfoVO implements Serializable {
@Excel(name="单位内部使用地点")
+ @Excel(name="设备注册代码")
@Excel(name="排序字段")
private String sortNum;
@@ -61,6 +61,11 @@ public class SbInfoVO extends BaseVO implements Serializable {
private String parentSbTypeName;
private String sbTypeName;
@@ -179,6 +179,7 @@ sb.sb_code,
sb.install_unit,
sb.exam_result,
sb.use_position,
+sb.sb_register_no,
sb.check_type
</sql>