增加字段

This commit is contained in:
2023-06-01 14:21:47 +08:00
parent 367f698348
commit 8b21f29978
2 changed files with 21 additions and 0 deletions
@@ -45,6 +45,8 @@ namespace IRaCIS.Core.Application.ViewModel
public string Code { get; set; }
public string Value { get; set; }
public string ValueCN { get; set; }
public int InternationalizationType { get; set; }
}