shiyunteng
2025-04-02 d9d8b1eb440d455252e9859b2294b8a55366baba
platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/DeviceLeasingLedger.java
@@ -103,4 +103,11 @@
   @Schema(description = "合同id")
   @Column(columnDefinition="bigint comment '合同id'")
   private Long contractId;
   /**
    * 台账名称
    */
   @Schema(description = "台账名称")
   @Column(columnDefinition="VARCHAR(256) comment '台账名称'")
   private String ledgerName;
}