25 lines
581 B
JSON
25 lines
581 B
JSON
{
|
|
"id": "Id",
|
|
"tenantId": "TenantId",
|
|
"deptId": "Dept",
|
|
"positionName": "PositionName",
|
|
"positionCode": "PositionCode",
|
|
"sortNo": "SortNo",
|
|
"status": "Status",
|
|
"created": "Created",
|
|
"createdBy": "CreatedBy",
|
|
"modified": "Modified",
|
|
"modifiedBy": "ModifiedBy",
|
|
"remark": "Remark",
|
|
"isDeleted": "IsDeleted",
|
|
"enable": "Enable",
|
|
"disable": "Disable",
|
|
"message": {
|
|
"title": "Confirm to {actionText} \"{positionName}\"?"
|
|
},
|
|
"placeholder": {
|
|
"positionName": "Please enter position name",
|
|
"positionCode": "Please enter position code"
|
|
}
|
|
}
|