add startDate endDate in instition and receipt , codeProductRecieve in taskOrder

This commit is contained in:
Kanjana 2025-04-21 11:07:06 +07:00
parent e42b772dcf
commit f98371132a
7 changed files with 84 additions and 5 deletions

View file

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "TaskOrder" ADD COLUMN "codeProductReceived" TEXT;