1 changed files with 24 additions and 0 deletions
@ -0,0 +1,24 @@
|
||||
using System; |
||||
using System.Collections.Generic; |
||||
using System.Linq; |
||||
using System.Text; |
||||
using System.Threading.Tasks; |
||||
|
||||
namespace Elight.Logic.Model.Lawyer |
||||
{ |
||||
public class AddArchivesInfoInput |
||||
{ |
||||
/// <summary> |
||||
/// 部门受案号 |
||||
/// </summary> |
||||
public string Bmsah { get; set; } |
||||
/// <summary> |
||||
/// 预约记录Id |
||||
/// </summary> |
||||
public string ServiceId { get; set; } |
||||
/// <summary> |
||||
/// 被选中的三级id |
||||
/// </summary> |
||||
public List<string> Ids { get; set; } |
||||
} |
||||
} |
Loading…
Reference in new issue