shiyunteng
2025-03-27 a7ad35b3e20867204cda9faa7bdf8a686264e906
platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/ReceivingNote.java
@@ -29,16 +29,16 @@
@Table(appliesTo = "receiving_note", comment = "验收表")
public class ReceivingNote extends BaseModel<ReceivingNote> {
   /**
    * 承租合同Id
    * 合同Id
    */
   @Column(columnDefinition="long comment '承租合同Id'")
   private Long lesseeContractId;
   @Column(columnDefinition="long comment '合同Id'")
   private Long contractId;
   /**
    * 租用合同Id
    */
   @Column(columnDefinition="long comment '租用合同Id'")
   private Long rentContractId;
//   /**
//    * 租用合同Id
//    */
//   @Column(columnDefinition="long comment '租用合同Id'")
//   private Long rentContractId;
   @Schema(description = "验收公司")
   @Column(columnDefinition="VARCHAR(64) comment '验收公司'")
@@ -126,9 +126,9 @@
   /**
    * 使用公司
    */
   @Schema(description = "使用公司")
   @Column(columnDefinition="long comment '使用公司'")
   private Long deptId;
//   @Schema(description = "使用公司")
//   @Column(columnDefinition="long comment '使用公司'")
//   private Long deptId;
   @Transient
   @TableField(exist = false)