mirror of
https://github.com/AIDotNet/AntSK.git
synced 2026-02-17 14:06:11 +08:00
17 lines
384 B
C#
17 lines
384 B
C#
namespace Xzy.KnowledgeBase.Models
|
|
{
|
|
public class ListFormModel
|
|
{
|
|
public string Owner { get; set; } = "wzj";
|
|
|
|
public string ActiveUser { get; set; }
|
|
|
|
public string Satisfaction { get; set; }
|
|
}
|
|
|
|
public class BasicListFormModel
|
|
{
|
|
public string Status { get; set; } = "all";
|
|
public string SearchKeyword { get; set; }
|
|
}
|
|
} |