platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/DeviceLeasingLedger.java
@@ -87,4 +87,27 @@ @Transient @TableField(exist = false) private List<DeviceLeasingLedgerItem> ledgerItemList; /** * 出租日期 */ @JsonFormat(pattern = "yyyy-MM-dd") @Schema(description = "出租日期") @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; }