feat: 결재·마스터 실연동 업데이트
This commit is contained in:
@@ -32,7 +32,9 @@ class GroupDto {
|
||||
return GroupDto(
|
||||
id: json['id'] as int?,
|
||||
groupName: json['group_name'] as String,
|
||||
description: json['description'] as String?,
|
||||
description:
|
||||
json['description'] as String? ??
|
||||
json['group_description'] as String?,
|
||||
isDefault: (json['is_default'] as bool?) ?? false,
|
||||
isActive: (json['is_active'] as bool?) ?? true,
|
||||
isDeleted: (json['is_deleted'] as bool?) ?? false,
|
||||
|
||||
Reference in New Issue
Block a user