Commit 2d0a6c9d authored by fangxinjiang's avatar fangxinjiang

项目信息新增字段:bpoFlag---- 是 否

parent 54d060f1
package com.yifu.cloud.plus.v1.yifu.archives.vo; package com.yifu.cloud.plus.v1.yifu.archives.vo;
import com.alibaba.excel.annotation.ExcelIgnore;
import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableId;
import io.swagger.v3.oas.annotations.media.Schema; import io.swagger.v3.oas.annotations.media.Schema;
...@@ -99,4 +100,11 @@ public class ProjectSetInfoVo implements Serializable { ...@@ -99,4 +100,11 @@ public class ProjectSetInfoVo implements Serializable {
*/ */
@Schema(description="封面抬头-商险") @Schema(description="封面抬头-商险")
private String invoiceTitleInsurance; private String invoiceTitleInsurance;
/**
* EKP的 是否BPO: 是 否
*/
@Schema(description = "是否BPO", name = "bpoFlag")
@ExcelIgnore
private String bpoFlag;
} }
...@@ -245,7 +245,8 @@ ...@@ -245,7 +245,8 @@
a.BUSINESS_THIRD_TYPE, a.BUSINESS_THIRD_TYPE,
a.STOP_FLAG, a.STOP_FLAG,
a.INVOICE_TITLE_SALARY, a.INVOICE_TITLE_SALARY,
a.INVOICE_TITLE_INSURANCE a.INVOICE_TITLE_INSURANCE,
a.BPO_FLAG
FROM t_settle_domain a FROM t_settle_domain a
where 1=1 where 1=1
<if test="codes != null and codes.size() > 0"> <if test="codes != null and codes.size() > 0">
......
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