รายงานลัญชี 1-2-3 และรายงาน กพ7
This commit is contained in:
parent
1dc973cc73
commit
a15f2a1081
16 changed files with 1893 additions and 585 deletions
12
Models/Report2/Report2DetailHistory.cs
Normal file
12
Models/Report2/Report2DetailHistory.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using Microsoft.EntityFrameworkCore;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using BMA.EHR.MetaData.Service.Models;
|
||||
|
||||
namespace BMA.EHR.Organization.Service.Models.Report2
|
||||
{
|
||||
public class Report2DetailHistory : EntityBase
|
||||
{
|
||||
public string? Detail { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue