Commit 3be8ddb2 authored by liudong1993's avatar liudong1993

海报调整

parent fc00dec7
......@@ -151,5 +151,10 @@ namespace Mall.Model.Entity.User
/// 标题行数
/// </summary>
public int TitleRow { get; set; }
/// <summary>
/// 标题宽度
/// </summary>
public int TitleWidth { get; set; }
}
}
......@@ -73,6 +73,7 @@ namespace Mall.Module.User
{ nameof(RB_MiniProgram_FenXiaoPoster_Extend.TitlePaddingTop),extModel.TitlePaddingTop},
{ nameof(RB_MiniProgram_FenXiaoPoster_Extend.TitlePaddingLeft),extModel.TitlePaddingLeft},
{ nameof(RB_MiniProgram_FenXiaoPoster_Extend.TitleRow),extModel.TitleRow},
{ nameof(RB_MiniProgram_FenXiaoPoster_Extend.TitleWidth),extModel.TitleWidth}
};
flag = fenXiaoPosterRepository.Update(fileds, new WhereHelper(nameof(RB_MiniProgram_FenXiaoPoster_Extend.Id), extModel.Id));
}
......
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