using FreeSql; namespace JXCMS.CMS.Movie.Entity { public class PluginEntity: BaseEntity { public string PluginPath { get; set; } public bool IsEnable { get; set; } } }