10/20更新

This commit is contained in:
陈淳
2022-10-20 16:33:29 +08:00
parent 0755a4026a
commit ff7eecee55
11 changed files with 127 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ namespace Yi.Framework.Model.Models
public List<SpecsSpuInfoModel>? SpecsSpuInfo { get; set; }
[Navigate(NavigateType.OneToMany, nameof(SkuEntity.SpuId))]
public List<SpuEntity>? Spus { get; set; }
public List<SkuEntity>? Skus { get; set; }
}
public class SpecsSpuAllInfoModel