shiyunteng
2025-04-02 d9d8b1eb440d455252e9859b2294b8a55366baba
platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/ReceivingNote.java
@@ -133,4 +133,11 @@
   @Transient
   @TableField(exist = false)
   private List<ReceivingNoteItem> noteItemList;
   /**
    * 验收单名称
    */
   @Schema(description = "验收单名称")
   @Column(columnDefinition="VARCHAR(256) comment '验收单名称'")
   private String noteName;
}