main_params.main_sql | 主语句 | string | INSERT INTO lehua .main_goods ( code , name , status , bar_code , model , category_id , class_id , gross_weight , net_weight , length , width , height , volume , default_tax_rate , unit_id , default_owner_org_id , brandName , itemType , warehouseId , warehouseName ) VALUES ( <{code: }>, <{name: }>, <{status: 1}>, <{bar_code: }>, <{model: }>, <{category_id: }>, <{class_id: }>, <{gross_weight: 0.00000}>, <{net_weight: 0.00000}>, <{length: 0.00000}>, <{width: 0.00000}>, <{height: 0.00000}>, <{volume: 0.00000}>, <{default_tax_rate: 0.13000}>, <{unit_id: }>, <{default_owner_org_id: }>, <{brandName: }>, <{itemType: }>, <{warehouseId: }>, <{warehouseName: }>); |