/**
 * auto 包下，客户关系管理（Customer Relationship Management）。
 * 例如说：客户、联系人、商机、合同、回款等等
 *
 * 1. Controller URL：以 /auto/ 开头，避免和其它 Module 冲突
 * 2. DataObject 表名：以 auto_ 开头，方便在数据库中区分
 *
 * 注意，由于 Auto 模块下，容易和其它模块重名，所以类名都加载 Auto 的前缀~
 */
package com.laoxie.auto;
