修改国际化批量提交触发 更新json 以及内存字典
This commit is contained in:
@@ -51,13 +51,16 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public int State { get; set; }
|
||||
|
||||
public List<BatchAddDto> AddList { get; set; }
|
||||
public List<BatchAddInternationalizationDto> AddList { get; set; }
|
||||
}
|
||||
|
||||
|
||||
public class BatchAddDto: InternationalizationSimpleDto
|
||||
public class BatchAddInternationalizationDto
|
||||
{
|
||||
public string Description { get; set; } = string.Empty;
|
||||
public string Code { get; set; } = string.Empty;
|
||||
public string Value { get; set; } = string.Empty;
|
||||
public string ValueCN { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
public class InternationalizationSimpleDto
|
||||
|
||||
Reference in New Issue
Block a user