前台页面整体保存功能完善和后台读取社区列表和读取幢列表的功能开发
This commit is contained in:
@@ -10,6 +10,7 @@ using System.ComponentModel.DataAnnotations;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Furion;
|
||||
|
||||
namespace Vote.Services.Entities
|
||||
{
|
||||
@@ -38,6 +39,15 @@ namespace Vote.Services.Entities
|
||||
[DisplayName("sysfileid")]
|
||||
[SugarColumn(IsPrimaryKey = true)]
|
||||
public string sysfileid { get; set; }
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public string preview
|
||||
{
|
||||
get
|
||||
{
|
||||
var r = App.HttpContext.Request;
|
||||
return $"{r.Scheme}://{r.Host}/gb/yjb/api/outsidewall/sysFileInfo/preview/{this.sysfileid}";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user