chore: add update and delete of learning and learnign category

This commit is contained in:
mahyargdz
2025-03-04 15:18:02 +03:30
parent 3db3a1de99
commit 1b1c532488
10 changed files with 157 additions and 99 deletions
+1
View File
@@ -448,6 +448,7 @@ export const enum LearningMessage {
CATEGORY_NOT_FOUND = "دسته بندی با این مشخصات یافت نشد",
CATEGORY_MUST_BE_ID = "دسته‌بندی باید شناسه باشد",
CATEGORY_MUST_BE_UUID = "دسته‌بندی باید UUID باشد",
CATEGORY_NAME_EXIST = "دسته بندی با این نام قبلا ثبت شده است",
}
export const enum DiscountMessage {