chen.lin
19 小时以前 01175f85df1e8402ada5a30aacfeb18fa621e95e
src/main/java/materialReceive.sql
@@ -7,9 +7,9 @@
    [inv_code] [nvarchar](100) NULL,
    [inv_name] [nvarchar](200) NULL,
    [inv_std] [nvarchar](200) NULL,
    [qty] [decimal](18, 2) NULL,
    [fqty] [decimal](18, 2) NULL,
    [fauxqty] [decimal](18, 2) NULL,
    [qty] [decimal](18, 4) NULL,
    [fqty] [decimal](18, 4) NULL,
    [fauxqty] [decimal](18, 4) NULL,
    [unit] [nvarchar](50) NULL,
    [funitid] [int] NULL,
    [dep_name] [nvarchar](100) NULL,
@@ -23,8 +23,8 @@
    [finterid] [int] NULL,
    [fitemid] [int] NULL,
    -- 出库相关字段
    [out_qty] [decimal](18, 2) NULL DEFAULT 0,
    [remain_qty] [decimal](18, 2) NULL DEFAULT 0,
    [out_qty] [decimal](18, 4) NULL DEFAULT 0,
    [remain_qty] [decimal](18, 4) NULL DEFAULT 0,
    [is_all_out] [int] NULL DEFAULT 0,
    -- 同步相关字段
    [sync_time] [datetime] NULL,