using FreeSql; namespace JXCMS.CMS.Movie.Entity { public class AdminEntity: BaseEntity { public string UserName { get; set; } public string Password { get; set; } } }