using FreeSql; namespace JXCMS.CMS.Movie.Entity { public class SettingsEntity: BaseEntity { public string Name { get; set; } public string Value { get; set; } public string Type { get; set; } } }