12 lines
232 B
C#
12 lines
232 B
C#
using JNPF.Common.Filter;
|
|
|
|
namespace JNPF.Systems.Entitys.Dto.System.System;
|
|
|
|
public class SystemQuery : KeywordInput
|
|
{
|
|
/// <summary>
|
|
/// 开启 1 0 禁用.
|
|
/// </summary>
|
|
public string enableMark { get; set; }
|
|
}
|