| comment on table res_groups is '用户组(角色)'; |
| comment on table res_lang is '语言'; |
| comment on table res_partner is '供应商/客户/联系人'; |
| comment on table res_font is '字体'; |
| comment on table res_company is '公司'; |
| comment on table res_bank is '银行'; |
| comment on table res_country is '国家'; |
| comment on table res_country_state is '州/省'; |
| comment on table res_currency is '货币'; |
| comment on table res_currency_rate is '汇率'; |
| comment on table ir_ui_menu is '菜单 '; |
| comment on table ir_act_window is '菜单动作'; |
| comment on table ir_act_window_view is '菜单动作与视图的对应关系'; |
| comment on table ir_ui_view is '视图'; |
| comment on table ir_cron is '计划的动作'; |
| comment on table wkf is '工作流'; |
| comment on table wkf_activity is '活动'; |
| comment on table wkf_transition is '迁移'; |
| comment on table sale_order is '报价单/销售订单'; |
| comment on table sale_order_line is '销售订单明细行'; |
| comment on table purchase_order is '询价单/采购订单'; |
| comment on table purchase_order_line is '采购订单明细行'; |
| comment on table product_category is '产品分类'; |
| comment on table product_product is '产品'; |
| comment on table product_template is '产品信息'; |
| comment on table product_uom is '计量单位'; |
| comment on table product_pricelist is '价格表'; |
| comment on table product_pricelist_version is '价格表版本'; |
| comment on table product_price_type is '计价类型'; |
| comment on table stock_warehouse is '仓库'; |
| comment on table stock_location is '库位'; |
| comment on table stock_picking is '分拣单(出库/入库/内部移动)'; |
| comment on table stock_move is '库存移动(移库单)'; |
| comment on table stock_quant is '库存分析'; |
| comment on table stock_inventory is '库存盘点'; |
| comment on table stock_inventory_line is '库存盘点明细'; |
| comment on table stock_production_lot is '序列号(产品批次)'; |
| comment on table stock_warehouse_orderpoint is '再订货规则'; |
| comment on table procurement_rule is '补货规则(拉式流)'; |
| comment on table procurement_order is '补货单'; |
| comment on table stock_location_route is '路线'; |
| comment on table account_asset_category is '固定资产类别'; |
| comment on table account_asset_asset is '固定资产'; |
| comment on table account_account is '会计科目'; |
| comment on table account_account_type is '科目类型'; |
| comment on table account_tax is '税'; |
| comment on table account_fiscalyear is '会计年度'; |
| comment on table account_period is '会计期间'; |
| comment on table account_invoice is '发票'; |
| comment on table account_invoice_line is '发票明细'; |
| comment on table account_move is '会计凭证(会计分录)'; |
| comment on table account_move_line is '会计凭证明细'; |
| comment on table account_voucher is '记账凭证(收付款凭证)'; |
| comment on table account_voucher_line is '记账明细'; |
| comment on table account_journal is '凭证类型'; |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· 终于写完轮子一部分:tcp代理 了,记录一下
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 别再用vector<bool>了!Google高级工程师:这可能是STL最大的设计失误
· 单元测试从入门到精通
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理