Commit bfeb420f authored by 黄奎's avatar 黄奎

页面修改

parent e3846f6e
...@@ -67,6 +67,11 @@ namespace Mall.Model.Entity.User ...@@ -67,6 +67,11 @@ namespace Mall.Model.Entity.User
set; set;
} }
/// <summary>
/// 排序
/// </summary>
public int? SortNum { get; set; }
/// <summary> /// <summary>
/// 商户号Id /// 商户号Id
/// </summary> /// </summary>
......
...@@ -258,6 +258,7 @@ namespace Mall.Module.User ...@@ -258,6 +258,7 @@ namespace Mall.Module.User
{ nameof(RB_Video_Extend.VedioUrl),extModel.VedioUrl}, { nameof(RB_Video_Extend.VedioUrl),extModel.VedioUrl},
{ nameof(RB_Video_Extend.VedioCoverImg),extModel.VedioCoverImg}, { nameof(RB_Video_Extend.VedioCoverImg),extModel.VedioCoverImg},
{ nameof(RB_Video_Extend.VedioIntro),extModel.VedioIntro}, { nameof(RB_Video_Extend.VedioIntro),extModel.VedioIntro},
{ nameof(RB_Video_Extend.SortNum),extModel.SortNum},
}; };
flag = videoRepository.Update(fileds, new WhereHelper(nameof(RB_Video_Extend.Id), extModel.Id)); flag = videoRepository.Update(fileds, new WhereHelper(nameof(RB_Video_Extend.Id), extModel.Id));
} }
......
...@@ -4,6 +4,10 @@ ...@@ -4,6 +4,10 @@
<TargetFramework>netcoreapp3.0</TargetFramework> <TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<Content Remove="web.config" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="JWT" Version="5.3.1" /> <PackageReference Include="JWT" Version="5.3.1" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.0.0" /> <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.0.0" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment