Commit bfeb420f authored by 黄奎's avatar 黄奎

页面修改

parent e3846f6e
......@@ -67,6 +67,11 @@ namespace Mall.Model.Entity.User
set;
}
/// <summary>
/// 排序
/// </summary>
public int? SortNum { get; set; }
/// <summary>
/// 商户号Id
/// </summary>
......
......@@ -258,6 +258,7 @@ namespace Mall.Module.User
{ nameof(RB_Video_Extend.VedioUrl),extModel.VedioUrl},
{ nameof(RB_Video_Extend.VedioCoverImg),extModel.VedioCoverImg},
{ 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));
}
......
......@@ -4,6 +4,10 @@
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Content Remove="web.config" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="JWT" Version="5.3.1" />
<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