hfxc226 2 years ago
parent
commit
9a57d79f16

+ 6 - 1
platform-dao/src/main/java/com/platform/dao/vo/export/sb/ExportSbInfoVO.java

@@ -115,10 +115,15 @@ public class ExportSbInfoVO implements Serializable {
      */
     @Excel(name = "是否子设备(0否,1是子设备)", orderNum = "19", dicCode="SB_IS_CHILD")
     private Integer isChild;
+    /**
+     * 是否子设备
+     */
+    @Excel(name = "父设备编号", orderNum = "20")
+    private String parentId;
     /**
      * 财务编码/固定资产编号
      */
-    @Excel(name = "财务编码", orderNum = "20")
+    @Excel(name = "财务编码", orderNum = "21")
     private String financingNo;
 
 }