shiyunteng
8 天以前 0ad13cb4bf387d4f2db2d62540ebb73a376087f5
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;
}