10 lines
209 B
C#
10 lines
209 B
C#
namespace Tnb.EquipMgr.Entities
|
|
{
|
|
public class ToolInput
|
|
{
|
|
public string? sort { get; set; }
|
|
public string? keyword { get; set; }
|
|
public string? status { get; set; }
|
|
}
|
|
}
|