add insigniaTypeId

This commit is contained in:
AdisakKanthawilang 2024-06-17 17:54:45 +07:00
parent 063752f002
commit df05b9afaf

View file

@ -202,6 +202,7 @@ export class InsigniaController extends Controller {
id: item.id,
name: item.name,
shortName: item.shortName,
insigniaTypeId: item.insigniaTypeId,
insigniaTypeName: item.insigniaType == null ? null : item.insigniaType.name, //ลำดับชั้นเครื่องราช
createdAt: item.createdAt,
lastUpdatedAt: item.lastUpdatedAt,