You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/* 代码由框架生成,任何更改都可能导致被代码生成器覆盖,可自行修改。
|
|
|
* Ghre_TrainFeeApplyOrder_Boltone.cs
|
|
|
*
|
|
|
*功 能: N / A
|
|
|
* 类 名: Ghre_TrainFeeApplyOrder_Boltone
|
|
|
*
|
|
|
* Ver 变更日期 负责人 变更内容
|
|
|
* ───────────────────────────────────
|
|
|
*V0.01 2025/4/22 14:08:39 SimonHsiao 初版
|
|
|
*
|
|
|
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
|
|
|
*┌──────────────────────────────────┐
|
|
|
*│ 此技术信息为本公司机密信息,未经本公司书面同意禁止向第三方披露. │
|
|
|
*│ 作者:SimonHsiao │
|
|
|
*└──────────────────────────────────┘
|
|
|
*/
|
|
|
|
|
|
namespace Tiobon.Core.Model.Models;
|
|
|
|
|
|
/// <summary>
|
|
|
/// 培训费用_宝连通(Dto.View1)
|
|
|
/// </summary>
|
|
|
public class Ghre_TrainFeeApplyOrder_BoltoneDto : Ghre_TrainFeeApplyOrder_Boltone
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// 创建信息
|
|
|
/// </summary>
|
|
|
public string CreateDataInfo { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
|
/// 修改信息
|
|
|
/// </summary>
|
|
|
public string UpdateDataInfo { get; set; }
|
|
|
public string ApplicantName { get; set; }
|
|
|
public string ApplicantDeptName { get; set; }
|
|
|
public string StaffNo { get; set; }
|
|
|
public string TeacherName { get; set; }
|
|
|
public string DeptName { get; set; }
|
|
|
public string IsApplyFee1 { get; set; }
|
|
|
|
|
|
public string PlanName { get; set; }
|
|
|
|
|
|
}
|
|
|
|