2022-06-17 13:20:48 +05:00
|
|
|
|
using System;
|
2022-06-30 16:01:46 +05:00
|
|
|
|
namespace AsbCloudDb.Model.DailyReportDB
|
2022-06-17 13:20:48 +05:00
|
|
|
|
{
|
|
|
|
|
public class DailyReportBha
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// КНБК описание
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string BHADescription { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|