//------------------------------------------------------------------------------
// This code was generated by a CodeSmith Template.
//
// DO NOT MODIFY contents of this file. Changes to this
// file will be lost if the code is regenerated.
// Author:Yubao Li
//------------------------------------------------------------------------------
namespace OpenAuth.App.Request
{
///
/// 加签人具体信息
///
public class AddApproverDtlReq
{
///
///Id
///
public string Id { get; set; }
///
///加签人姓名
///
public string ApproverName { get; set; }
///
///加签人ID
///
public string ApproverId { get; set; }
///
///顺序号(当类型为0时)
///
public int? OrderNo { get; set; }
}
}