using FreeSql; namespace JXCMS.CMS.Movie.Entity { public class DirectorEntity : BaseEntity { public string DirectorName { get; set; } } }