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