11 lines
219 B
C#
Executable File
11 lines
219 B
C#
Executable File
using FreeSql;
|
|
|
|
namespace JXCMS.CMS.Movie.Entity
|
|
{
|
|
public class PluginEntity: BaseEntity<PluginEntity, int>
|
|
{
|
|
public string PluginPath { get; set; }
|
|
|
|
public bool IsEnable { get; set; }
|
|
}
|
|
} |