Dto/base/ImageDto.cs @@ -4,7 +4,7 @@ { //关联单据id public string? parentId { get; set; } //图片信息id public string? id { get; set; } }