天大药业

This commit is contained in:
PastSaid
2024-01-02 10:44:59 +08:00
parent 876ebdd603
commit a8689c9ba0
20 changed files with 701 additions and 358 deletions

View File

@@ -28,7 +28,7 @@ CREATE TABLE [dbo].[T_MATERIAL_INVENTORY_MONTH_RECORD] (
[FMASTERID] int NULL,
[FMATERIALID] int NOT NULL,
[FNUMBER] nvarchar(80) COLLATE Chinese_PRC_CI_AS NOT NULL,
[FSTOCKQTY] decimal(23,10) NOT NULL,
[FSTOCKQTY] decimal(23,6) NOT NULL,
[FLOTYIELD] int not NULL,
[FPACKUNITCONVERRATIO] int not NULL,
[FPACKUNITID] int not NULL,