[Display(Name = "系统参数")]
public class SysParam : EntityWithIdKey<string>,
ICRUDEntity<string>, IEntityWithIdKey<string>, IEntity
SysParam | Initializes a new instance of the SysParam class |
Public Properties | |
Id |
获取/设置参数 Id。
(Overrides EntityWithIdKey<TKey>.Id) |
Value | 获取/设置参数值。 |
Public Methods | |
ToString |
返回对本实体的描述字符串。
(Overrides EntityWithIdKey<TKey>.ToString()) |