提交merge1.3

This commit is contained in:
2025-12-27 15:30:25 +08:00
parent 8c607c8749
commit 088861f66e
1245 changed files with 220442 additions and 77616 deletions

View File

@@ -0,0 +1,6 @@
ALTER TABLE public.wor_supply_request ADD profit_loss_price numeric(20, 6) NULL;
COMMENT ON COLUMN public.wor_supply_request.profit_loss_price IS '盈亏金额';
-- Insert migration record
INSERT INTO __MigrationsHistory (MigrationId, ProductVersion)
VALUES ('202512121015 add_column _wor_supply_request', '1.0.0');