v3.4.6
This commit is contained in:
11
system/Tnb.Systems.Entitys/Dto/System/System/SystemQuery.cs
Normal file
11
system/Tnb.Systems.Entitys/Dto/System/System/SystemQuery.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using JNPF.Common.Filter;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.System.System;
|
||||
|
||||
public class SystemQuery : KeywordInput
|
||||
{
|
||||
/// <summary>
|
||||
/// 开启 1 0 禁用.
|
||||
/// </summary>
|
||||
public string enableMark { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user