Localize operation type

This commit is contained in:
2025-11-06 09:44:37 +09:00
parent 0d27beb2a6
commit 8c3da2553f

View File

@ -1,4 +1,5 @@
using System.ComponentModel.DataAnnotations.Schema;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace Hcs.WebApp.Data.Hcs
{
@ -6,7 +7,10 @@ namespace Hcs.WebApp.Data.Hcs
{
public enum OperationType
{
[Display(Description = "Экспорт общего справочника")]
NsiCommon_ExportNsiItem_15_7_0_1,
[Display(Description = "Экспорт частного справочника")]
Nsi_ExportNsiItem_15_7_0_1
}