ปรับโค้ดวินัย

This commit is contained in:
setthawutttty 2024-01-12 15:05:45 +07:00
parent 1483bbcac7
commit c81b5db558
17 changed files with 93 additions and 196 deletions

View file

@ -44,15 +44,8 @@ interface MyObjectComplaintsRef {
organizationId: object | null;
consideredAgency: object | null;
title: object | null;
// description: object | null;
dateReceived: object | null;
// dateConsideration: object | null;
offenseDetails: object | null;
// levelConsideration: object | null;
// dateNotification: object | null;
// complaintFrom: object | null;
// appellant: object | null;
// result: object | null;
[key: string]: any;
}