ComplianceServer/code/Hg.Core.Domain/Dto/CmsNews/AuthorsExDto.cs

16 lines
342 B
C#

using Hg.Core.Entity.Dncmsbase;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Hg.Core.Domain.Dto.CmsNews
{
public class AuthorsExDto : Authors
{
public string risktipscontent { get; set; }
public string risktips { get; set; }
}
}