Add Command Controller Code (Not Complete)

This commit is contained in:
suphonchai Phoonsawat 2023-07-20 14:53:09 +07:00
parent 9ee5b86a26
commit 7f5ed43f3f
27 changed files with 58797 additions and 84 deletions

View file

@ -8,5 +8,8 @@ namespace BMA.EHR.Domain.Models.Commands.Core
{
[Required, MaxLength(100), Comment("สถานะของคำสั่ง")]
public string Name { get; set; } = string.Empty;
[Required, Comment("ลำดับการทำงาน")]
public int Sequence { get; set; } = 0;
}
}