Commit 79537a3e authored by chai's avatar chai

mybatis_plus

parent c3eb2d4c
......@@ -25,169 +25,169 @@ public class CustProject extends Model<CustProject> {
*/
private String id;
/**
* 客户ID
*/
// /**
// * 客户ID
// */
// private String customerId;
/**
* 父项目ID
*/
private Long parentId;
/**
* 签约工单ID
*/
private Long woId;
/**
* 项目负责人账号(父项目才有)
*/
private String managerAccount;
/**
* 项目负责人名称(父项目才有)
*/
private String managerName;
/**
* 项目名称
*/
private String projectName;
/**
* 项目编码
*/
private String projectCode;
/**
* 产品类型编码
*/
private String businessTypeCode;
/**
* 产品类型名称
*/
private String businessTypeName;
/**
* 签约公司ID
*/
private Integer signCompanyId;
/**
* 签约公司
*/
private String signCompanyName;
/**
* 是否排他
*/
private String isExclusive;
/**
* 是否排他说明
*/
private String exclusiveDescription;
/**
* NC编码
*/
private String ncCode;
/**
* 子项目接口人
*/
private String interfaceMan;
/**
* 子项目接口人属地
*/
private String interfaceManTerritory;
private String interfaceManCity;
private String interfaceManProvince;
/**
* 子项目接口人联系电话
*/
private String interfaceManPhone;
/**
* 子项目接口人邮箱
*/
private String interfaceManEmail;
/**
* 其他备注
*/
private String remark;
/**
* 是否需要招聘
*/
private String ifNeedRecruitment;
/**
* 招聘方
*/
private String recruiter;
/**
* 服务状态
*/
private Boolean serviceStatus;
/**
* e家银工资自动到卡
*/
private Boolean ejyWageAutoCard;
/**
* 数据来源
*/
private String dataSource;
/**
* 服务方式
*/
private String serviceMode;
/**
* 服务地点-省份
*/
private String serviceProvince;
/**
* 服务地点-城市
*/
private String serviceCity;
/**
* 大区code
*/
private String areaCode;
/**
* 税率
*/
private String taxRate;
/**
* 创建时间
*/
private LocalDateTime createTime;
/**
* 更新时间
*/
private LocalDateTime updateTime;
/**
* 销售过程ID
*/
private String custSaleProcessId;
//
// /**
// * 父项目ID
// */
// private Long parentId;
//
// /**
// * 签约工单ID
// */
// private Long woId;
//
// /**
// * 项目负责人账号(父项目才有)
// */
// private String managerAccount;
//
// /**
// * 项目负责人名称(父项目才有)
// */
// private String managerName;
//
// /**
// * 项目名称
// */
// private String projectName;
//
// /**
// * 项目编码
// */
// private String projectCode;
//
// /**
// * 产品类型编码
// */
// private String businessTypeCode;
//
// /**
// * 产品类型名称
// */
// private String businessTypeName;
//
// /**
// * 签约公司ID
// */
// private Integer signCompanyId;
//
// /**
// * 签约公司
// */
// private String signCompanyName;
//
// /**
// * 是否排他
// */
// private String isExclusive;
//
// /**
// * 是否排他说明
// */
// private String exclusiveDescription;
//
// /**
// * NC编码
// */
// private String ncCode;
//
// /**
// * 子项目接口人
// */
// private String interfaceMan;
//
// /**
// * 子项目接口人属地
// */
// private String interfaceManTerritory;
//
// private String interfaceManCity;
//
// private String interfaceManProvince;
//
// /**
// * 子项目接口人联系电话
// */
// private String interfaceManPhone;
//
// /**
// * 子项目接口人邮箱
// */
// private String interfaceManEmail;
//
// /**
// * 其他备注
// */
// private String remark;
//
// /**
// * 是否需要招聘
// */
// private String ifNeedRecruitment;
//
// /**
// * 招聘方
// */
// private String recruiter;
//
// /**
// * 服务状态
// */
// private Boolean serviceStatus;
//
// /**
// * e家银工资自动到卡
// */
// private Boolean ejyWageAutoCard;
//
// /**
// * 数据来源
// */
// private String dataSource;
//
// /**
// * 服务方式
// */
// private String serviceMode;
//
// /**
// * 服务地点-省份
// */
// private String serviceProvince;
//
// /**
// * 服务地点-城市
// */
// private String serviceCity;
//
// /**
// * 大区code
// */
// private String areaCode;
//
// /**
// * 税率
// */
// private String taxRate;
//
// /**
// * 创建时间
// */
// private LocalDateTime createTime;
//
// /**
// * 更新时间
// */
// private LocalDateTime updateTime;
//
// /**
// * 销售过程ID
// */
// private String custSaleProcessId;
@Override
......
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dianmi.mapper.CustProjectMapper">
<resultMap id="BaseResultMap" type="com.dianmi.entity.CustProject">
<id column="id" property="id"/>
<!-- <result column="customer_id" property="customerId"/>-->
<!-- <result column="parent_id" property="parentId"/>-->
<!-- <result column="wo_id" property="woId"/>-->
<!-- <result column="project_name" property="projectName"/>-->
<!-- <result column="project_code" property="projectCode"/>-->
<!-- <result column="business_type_name" property="businessTypeName"/>-->
<!-- <result column="business_type_code" property="businessTypeCode"/>-->
<!-- <result column="sign_company_id" property="signCompanyId"/>-->
<!-- <result column="sign_company_name" property="signCompanyName"/>-->
<!-- <result column="is_exclusive" property="isExclusive"/>-->
<!-- <result column="exclusive_description" property="exclusiveDescription"/>-->
<!-- <result column="nc_code" property="ncCode"/>-->
<!-- <result column="interface_man" property="interfaceMan"/>-->
<!-- <result column="interface_man_territory" property="interfaceManTerritory"/>-->
<!-- <result column="interface_man_phone" property="interfaceManPhone"/>-->
<!-- <result column="interface_man_email" property="interfaceManEmail"/>-->
<!-- <result column="remark" property="remark"/>-->
<!-- <result column="if_need_recruitment" property="ifNeedRecruitment"/>-->
<!-- <result column="recruiter" property="recruiter"/>-->
<!-- <result column="service_status" property="serviceStatus"/>-->
<!-- <result column="ejy_wage_auto_card" property="ejyWageAutoCard"/>-->
<!-- <result column="data_source" property="dataSource"/>-->
<!-- <result column="service_mode" property="serviceMode"/>-->
<!-- <result column="service_province" property="serviceProvince"/>-->
<!-- <result column="service_city" property="serviceCity"/>-->
<!-- <result column="tax_rate" property="taxRate"/>-->
<!-- <result column="create_time" property="createTime"/>-->
<!-- <result column="update_time" property="updateTime"/>-->
</resultMap>
<sql id="Base_Column_List">
id,
customer_id,
parent_id,
wo_id,
project_name,
project_code,
business_type_name,
business_type_code,
sign_company_id,
sign_company_name,
is_exclusive,
exclusive_description,
nc_code,
interface_man,
interface_man_territory,
interface_man_phone,
interface_man_email,
remark,
if_need_recruitment,
recruiter,
service_status,
ejy_wage_auto_card,
data_source,
service_mode,
service_province,
service_city,
tax_rate,
create_time,
update_time
</sql>
</mapper>
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment