点检保养报修添加时间过滤 自定义排序

This commit is contained in:
2023-10-27 15:23:36 +08:00
parent 85d2a68e98
commit 79045a61de
4 changed files with 45 additions and 4 deletions

View File

@@ -5,5 +5,12 @@ namespace Tnb.EquipMgr.Entities.Dto
public string status { get; set; }
public string equip_info { get; set; }
public DateTime? start_time { get; set; }
public DateTime? end_time { get; set; }
public string sidx { get; set; }
public string sort { get; set; }
}
}