platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/DeviceLeasingLedger.java
@@ -96,4 +96,18 @@ @Column(columnDefinition="datetime comment '出租日期'") private Date deliveryDate; /** * 合同id */ @Schema(description = "合同id") @Column(columnDefinition="bigint comment '合同id'") private Long contractId; /** * 台账名称 */ @Schema(description = "台账名称") @Column(columnDefinition="VARCHAR(256) comment '台账名称'") private String ledgerName; }