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; }