main_params.main_sql | 主SQL语句 | INSERT INTO warehouse ( code , name , type_code , type_name , country , province , city , district , town , street , address , contact , phone , owner_id , owner_type_id , stock_status , is_inout_audit , is_inout_task , is_position_stock , is_negative_stock , created_by , create_time , updated_by , update_time ) VALUES (<{code: }>, <{name: }>, <{type_code: }>, <{type_name: }>, <{country: }>, <{province: }>, <{city: }>, <{district: }>, <{town: }>, <{street: }>, <{address: }>, <{contact: }>, <{phone: }>, <{owner_id: }>, <{owner_type_id: }>, <{stock_status: }>, <{is_inout_audit: }>, <{is_inout_task: }>, <{is_position_stock: }>, <{is_negative_stock: }>, <{created_by: }>, <{create_time: }>, <{updated_by: }>, <{update_time: }>); |