|
@@ -1,4 +1,4 @@
|
|
|
-package org.jeecg.modules.contractIncomeInfoNew.entity;
|
|
|
+package org.jeecg.modules.comContractInfoExchangeNew.entity;
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
import java.io.UnsupportedEncodingException;
|
|
@@ -7,8 +7,6 @@ import java.math.BigDecimal;
|
|
|
|
|
|
import com.alibaba.excel.annotation.ExcelIgnore;
|
|
|
import com.alibaba.excel.annotation.ExcelProperty;
|
|
|
-import com.alibaba.excel.converters.bigdecimal.BigDecimalNumberConverter;
|
|
|
-import com.alibaba.excel.converters.bigdecimal.BigDecimalStringConverter;
|
|
|
import com.alibaba.excel.converters.date.DateStringConverter;
|
|
|
import com.baomidou.mybatisplus.annotation.IdType;
|
|
|
import com.baomidou.mybatisplus.annotation.TableId;
|
|
@@ -27,338 +25,339 @@ import lombok.experimental.Accessors;
|
|
|
/**
|
|
|
* @Description: 导入合同、收款表
|
|
|
* @Author: jeecg-boot
|
|
|
- * @Date: 2024-04-08
|
|
|
+ * @Date: 2024-04-10
|
|
|
* @Version: V1.0
|
|
|
*/
|
|
|
@Data
|
|
|
-@TableName("contract_income_info_new")
|
|
|
+@TableName("com_contract_info_exchange_new")
|
|
|
@Accessors(chain = false)
|
|
|
@EqualsAndHashCode(callSuper = false)
|
|
|
-@ApiModel(value="contract_income_info_new对象", description="导入合同、收款表")
|
|
|
-public class ContractIncomeInfoNew implements Serializable {
|
|
|
+@ApiModel(value="com_contract_info_exchange_new对象", description="导入合同、收款表")
|
|
|
+public class ComContractInfoExchangeNew implements Serializable {
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
- /**主键*/
|
|
|
- @TableId(type = IdType.ASSIGN_ID)
|
|
|
+ /**id*/
|
|
|
+ @TableId(type = IdType.ASSIGN_ID)
|
|
|
@ExcelIgnore
|
|
|
- @ApiModelProperty(value = "主键")
|
|
|
+ @ApiModelProperty(value = "id")
|
|
|
private java.lang.String id;
|
|
|
- /**创建人*/
|
|
|
+ /**创建人*/
|
|
|
@ExcelIgnore
|
|
|
@ApiModelProperty(value = "创建人")
|
|
|
private java.lang.String createBy;
|
|
|
- /**创建日期*/
|
|
|
+ /**创建日期*/
|
|
|
@ExcelIgnore
|
|
|
- @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
@ApiModelProperty(value = "创建日期")
|
|
|
private java.util.Date createTime;
|
|
|
- /**更新人*/
|
|
|
+ /**更新人*/
|
|
|
@ExcelIgnore
|
|
|
@ApiModelProperty(value = "更新人")
|
|
|
private java.lang.String updateBy;
|
|
|
- /**更新日期*/
|
|
|
+ /**更新日期*/
|
|
|
@ExcelIgnore
|
|
|
- @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
@ApiModelProperty(value = "更新日期")
|
|
|
private java.util.Date updateTime;
|
|
|
- /**序号*/
|
|
|
+ /**序号*/
|
|
|
// @Excel(name = "序号", width = 15)
|
|
|
@ExcelProperty(value = "序号")
|
|
|
@ApiModelProperty(value = "序号")
|
|
|
private java.lang.String serialno;
|
|
|
- /**ID*/
|
|
|
+ /**ID*/
|
|
|
// @Excel(name = "ID", width = 15)
|
|
|
@ExcelProperty(value = "ID")
|
|
|
@ApiModelProperty(value = "ID")
|
|
|
private java.lang.String htid;
|
|
|
- /**主合同编号*/
|
|
|
+ /**主合同编号*/
|
|
|
// @Excel(name = "主合同编号", width = 15)
|
|
|
@ExcelProperty(value = "主合同编号")
|
|
|
@ApiModelProperty(value = "主合同编号")
|
|
|
private java.lang.String zhtbh;
|
|
|
- /**合同编号*/
|
|
|
+ /**合同编号*/
|
|
|
// @Excel(name = "合同编号", width = 15)
|
|
|
@ExcelProperty(value = "合同编号")
|
|
|
@ApiModelProperty(value = "合同编号")
|
|
|
private java.lang.String htbh;
|
|
|
- /**合同名称*/
|
|
|
+ /**合同名称*/
|
|
|
// @Excel(name = "合同名称", width = 15)
|
|
|
@ExcelProperty(value = "合同名称")
|
|
|
@ApiModelProperty(value = "合同名称")
|
|
|
private java.lang.String htname;
|
|
|
- /**签署日期*/
|
|
|
+ /**签署日期*/
|
|
|
// @Excel(name = "签署日期", width = 20, format = "yyyy-MM-dd HH:mm:ss")
|
|
|
@ExcelProperty(value = "签署日期", converter = DateStringConverter.class)
|
|
|
- @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
@ApiModelProperty(value = "签署日期")
|
|
|
private java.util.Date qsrq;
|
|
|
- /**甲方(付款方)*/
|
|
|
+ /**甲方(付款方)*/
|
|
|
// @Excel(name = "甲方(付款方)", width = 15)
|
|
|
@ExcelProperty(value = "甲方(付款方)")
|
|
|
@ApiModelProperty(value = "甲方(付款方)")
|
|
|
private java.lang.String jf;
|
|
|
- /**甲方简称*/
|
|
|
+ /**甲方简称*/
|
|
|
// @Excel(name = "甲方简称", width = 15)
|
|
|
@ExcelProperty(value = "甲方简称")
|
|
|
@ApiModelProperty(value = "甲方简称")
|
|
|
private java.lang.String jfjc;
|
|
|
- /**合同金额*/
|
|
|
+ /**合同金额*/
|
|
|
// @Excel(name = "合同金额", width = 15) //单元格常规格式用这个
|
|
|
// @ExcelProperty(converter = BigDecimalStringConverter.class) //单元格文本格式用这个
|
|
|
// @ExcelProperty(converter = BigDecimalNumberConverter.class) //单元格数值格式用这个
|
|
|
@ExcelProperty(value = "合同金额")
|
|
|
@ApiModelProperty(value = "合同金额")
|
|
|
private java.math.BigDecimal htje;
|
|
|
- /**自筹*/
|
|
|
+ /**自筹*/
|
|
|
// @Excel(name = "自筹", width = 15)
|
|
|
// @ExcelProperty(converter = BigDecimalStringConverter.class)
|
|
|
// @ExcelProperty(converter = BigDecimalNumberConverter.class)
|
|
|
@ExcelProperty(value = "自筹")
|
|
|
@ApiModelProperty(value = "自筹")
|
|
|
private java.math.BigDecimal zc;
|
|
|
- /**合同到款*/
|
|
|
+ /**合同到款*/
|
|
|
// @Excel(name = "合同到款", width = 15)
|
|
|
// @ExcelProperty(converter = BigDecimalStringConverter.class)
|
|
|
// @ExcelProperty(converter = BigDecimalNumberConverter.class)
|
|
|
@ExcelProperty(value = "合同到款")
|
|
|
@ApiModelProperty(value = "合同到款")
|
|
|
private java.math.BigDecimal htdk;
|
|
|
- /**合同待收款*/
|
|
|
+ /**合同待收款*/
|
|
|
// @Excel(name = "合同待收款", width = 15)
|
|
|
// @ExcelProperty(converter = BigDecimalStringConverter.class)
|
|
|
// @ExcelProperty(converter = BigDecimalNumberConverter.class)
|
|
|
@ExcelProperty(value = "合同待收款")
|
|
|
@ApiModelProperty(value = "合同待收款")
|
|
|
private java.math.BigDecimal htdsk;
|
|
|
- /**合同已开票*/
|
|
|
+ /**合同已开票*/
|
|
|
// @Excel(name = "合同已开票", width = 15)
|
|
|
// @ExcelProperty(converter = BigDecimalStringConverter.class)
|
|
|
// @ExcelProperty(converter = BigDecimalNumberConverter.class)
|
|
|
@ExcelProperty(value = "合同已开票")
|
|
|
@ApiModelProperty(value = "合同已开票")
|
|
|
private java.math.BigDecimal htykp;
|
|
|
- /**合同待开票*/
|
|
|
+ /**合同待开票*/
|
|
|
// @Excel(name = "合同待开票", width = 15)
|
|
|
// @ExcelProperty(converter = BigDecimalStringConverter.class)
|
|
|
// @ExcelProperty(converter = BigDecimalNumberConverter.class)
|
|
|
@ExcelProperty(value = "合同待开票")
|
|
|
@ApiModelProperty(value = "合同待开票")
|
|
|
private java.math.BigDecimal htdkp;
|
|
|
- /**任务编号*/
|
|
|
+ /**任务编号*/
|
|
|
// @Excel(name = "任务编号", width = 15)
|
|
|
@ExcelProperty(value = "任务编号")
|
|
|
@ApiModelProperty(value = "任务编号")
|
|
|
private java.lang.String rwbh;
|
|
|
- /**任务名称*/
|
|
|
+ /**任务名称*/
|
|
|
// @Excel(name = "任务名称", width = 15)
|
|
|
@ExcelProperty(value = "任务名称")
|
|
|
@ApiModelProperty(value = "任务名称")
|
|
|
private java.lang.String rwname;
|
|
|
- /**产品型号*/
|
|
|
+ /**产品型号*/
|
|
|
// @Excel(name = "产品型号", width = 15)
|
|
|
@ExcelProperty(value = "产品型号")
|
|
|
@ApiModelProperty(value = "产品型号")
|
|
|
private java.lang.String cpxh;
|
|
|
- /**阶段*/
|
|
|
+ /**阶段*/
|
|
|
// @Excel(name = "阶段", width = 15)
|
|
|
@ExcelProperty(value = "阶段")
|
|
|
@ApiModelProperty(value = "阶段")
|
|
|
private java.lang.String jd;
|
|
|
- /**研制部门*/
|
|
|
+ /**研制部门*/
|
|
|
// @Excel(name = "研制部门", width = 15)
|
|
|
@ExcelProperty(value = "研制部门")
|
|
|
@ApiModelProperty(value = "研制部门")
|
|
|
private java.lang.String yzbm;
|
|
|
- /**任务应收款*/
|
|
|
+ /**任务应收款*/
|
|
|
// @Excel(name = "任务应收款", width = 15)
|
|
|
// @ExcelProperty(converter = BigDecimalStringConverter.class)
|
|
|
// @ExcelProperty(converter = BigDecimalNumberConverter.class)
|
|
|
@ExcelProperty(value = "任务应收款")
|
|
|
@ApiModelProperty(value = "任务应收款")
|
|
|
private java.math.BigDecimal rwyingsk;
|
|
|
- /**任务已收款*/
|
|
|
+ /**任务已收款*/
|
|
|
// @Excel(name = "任务已收款", width = 15)
|
|
|
// @ExcelProperty(converter = BigDecimalStringConverter.class)
|
|
|
// @ExcelProperty(converter = BigDecimalNumberConverter.class)
|
|
|
@ExcelProperty(value = "任务已收款")
|
|
|
@ApiModelProperty(value = "任务已收款")
|
|
|
private java.math.BigDecimal rwyisk;
|
|
|
- /**发票类型1*/
|
|
|
+ /**发票类型1*/
|
|
|
// @Excel(name = "发票类型1", width = 15)
|
|
|
@ExcelProperty(value = "发票类型1")
|
|
|
@ApiModelProperty(value = "发票类型1")
|
|
|
private java.lang.String fptypeone;
|
|
|
- /**发票1金额*/
|
|
|
+ /**发票1金额*/
|
|
|
// @Excel(name = "发票1金额", width = 15)
|
|
|
// @ExcelProperty(converter = BigDecimalStringConverter.class)
|
|
|
// @ExcelProperty(converter = BigDecimalNumberConverter.class)
|
|
|
@ExcelProperty(value = "发票1金额")
|
|
|
@ApiModelProperty(value = "发票1金额")
|
|
|
private java.math.BigDecimal fpjeone;
|
|
|
- /**1已开票额*/
|
|
|
+ /**1已开票额*/
|
|
|
// @Excel(name = "1已开票额", width = 15)
|
|
|
// @ExcelProperty(converter = BigDecimalStringConverter.class)
|
|
|
// @ExcelProperty(converter = BigDecimalNumberConverter.class)
|
|
|
@ExcelProperty(value = "1已开票额")
|
|
|
@ApiModelProperty(value = "1已开票额")
|
|
|
private java.math.BigDecimal ykpeone;
|
|
|
- /**发票类型2*/
|
|
|
+ /**发票类型2*/
|
|
|
// @Excel(name = "发票类型2", width = 15)
|
|
|
@ExcelProperty(value = "发票类型2")
|
|
|
@ApiModelProperty(value = "发票类型2")
|
|
|
private java.lang.String fptypetwo;
|
|
|
- /**发票2金额*/
|
|
|
+ /**发票2金额*/
|
|
|
// @Excel(name = "发票2金额", width = 15)
|
|
|
// @ExcelProperty(converter = BigDecimalStringConverter.class)
|
|
|
// @ExcelProperty(converter = BigDecimalNumberConverter.class)
|
|
|
@ExcelProperty(value = "发票2金额")
|
|
|
@ApiModelProperty(value = "发票2金额")
|
|
|
private java.math.BigDecimal fpjetwo;
|
|
|
- /**2已开票额*/
|
|
|
+ /**2已开票额*/
|
|
|
// @Excel(name = "2已开票额", width = 15)
|
|
|
// @ExcelProperty(converter = BigDecimalStringConverter.class)
|
|
|
// @ExcelProperty(converter = BigDecimalNumberConverter.class)
|
|
|
@ExcelProperty(value = "2已开票额")
|
|
|
@ApiModelProperty(value = "2已开票额")
|
|
|
private java.math.BigDecimal ykpetwo;
|
|
|
- /**合同主管部门*/
|
|
|
+ /**合同主管部门*/
|
|
|
// @Excel(name = "合同主管部门", width = 15)
|
|
|
@ExcelProperty(value = "合同主管部门")
|
|
|
@ApiModelProperty(value = "合同主管部门")
|
|
|
private java.lang.String htzgbm;
|
|
|
- /**业务员*/
|
|
|
+ /**业务员*/
|
|
|
// @Excel(name = "业务员", width = 15)
|
|
|
@ExcelProperty(value = "业务员")
|
|
|
@ApiModelProperty(value = "业务员")
|
|
|
private java.lang.String ywy;
|
|
|
- /**合同履行情况*/
|
|
|
+ /**合同履行情况*/
|
|
|
// @Excel(name = "合同履行情况", width = 15)
|
|
|
@ExcelProperty(value = "合同履行情况")
|
|
|
@ApiModelProperty(value = "合同履行情况")
|
|
|
private java.lang.String htlxqk;
|
|
|
- /**合同状态说明*/
|
|
|
+ /**合同状态说明*/
|
|
|
// @Excel(name = "合同状态说明", width = 15)
|
|
|
@ExcelProperty(value = "合同状态说明")
|
|
|
@ApiModelProperty(value = "合同状态说明")
|
|
|
private java.lang.String htztsm;
|
|
|
- /**收款单号*/
|
|
|
+ /**收款单号*/
|
|
|
// @Excel(name = "收款单号", width = 15)
|
|
|
@ExcelProperty(value = "收款单号")
|
|
|
@ApiModelProperty(value = "收款单号")
|
|
|
private java.lang.String skdh;
|
|
|
- /**执行状态*/
|
|
|
+ /**执行状态*/
|
|
|
// @Excel(name = "执行状态", width = 15)
|
|
|
@ExcelProperty(value = "执行状态")
|
|
|
@ApiModelProperty(value = "执行状态")
|
|
|
private java.lang.String zxzt;
|
|
|
- /**付款方名称*/
|
|
|
+ /**付款方名称*/
|
|
|
// @Excel(name = "付款方名称", width = 15)
|
|
|
@ExcelProperty(value = "付款方名称")
|
|
|
@ApiModelProperty(value = "付款方名称")
|
|
|
private java.lang.String fkfmc;
|
|
|
- /**用户简称*/
|
|
|
+ /**用户简称*/
|
|
|
// @Excel(name = "用户简称", width = 15)
|
|
|
@ExcelProperty(value = "用户简称")
|
|
|
@ApiModelProperty(value = "用户简称")
|
|
|
private java.lang.String yhjc;
|
|
|
- /**合同类型*/
|
|
|
+ /**合同类型*/
|
|
|
// @Excel(name = "合同类型", width = 15)
|
|
|
@ExcelProperty(value = "合同类型")
|
|
|
@ApiModelProperty(value = "合同类型")
|
|
|
private java.lang.String httype;
|
|
|
- /**型号*/
|
|
|
+ /**型号*/
|
|
|
// @Excel(name = "型号", width = 15)
|
|
|
@ExcelProperty(value = "型号")
|
|
|
@ApiModelProperty(value = "型号")
|
|
|
private java.lang.String xh;
|
|
|
- /**数量*/
|
|
|
+ /**数量*/
|
|
|
// @Excel(name = "数量", width = 15)
|
|
|
@ExcelProperty(value = "数量")
|
|
|
@ApiModelProperty(value = "数量")
|
|
|
private java.lang.Integer sl;
|
|
|
- /**收款总金额*/
|
|
|
+ /**收款总金额*/
|
|
|
// @Excel(name = "收款总金额", width = 15)
|
|
|
// @ExcelProperty(converter = BigDecimalStringConverter.class, index = 14)
|
|
|
// @ExcelProperty(value = "收款总金额", converter = BigDecimalNumberConverter.class)
|
|
|
@ExcelProperty(value = "收款总金额")
|
|
|
@ApiModelProperty(value = "收款总金额")
|
|
|
private java.math.BigDecimal skzje;
|
|
|
- /** 任务收款金额 */
|
|
|
+ /** 任务收款金额 */
|
|
|
// @Excel(name = " 任务收款金额 ", width = 15)
|
|
|
// @ExcelProperty(converter = BigDecimalStringConverter.class, index = 15)
|
|
|
// @ExcelProperty(value = "任务收款金额", converter = BigDecimalNumberConverter.class)
|
|
|
@ExcelProperty(value = "任务收款金额")
|
|
|
@ApiModelProperty(value = " 任务收款金额 ")
|
|
|
private java.math.BigDecimal rwskje;
|
|
|
- /**到款日期/汇票到期日期*/
|
|
|
+ /**到款日期/汇票到期日期*/
|
|
|
// @Excel(name = "到款日期/汇票到期日期", width = 20, format = "yyyy-MM-dd HH:mm:ss")
|
|
|
@ExcelProperty(value = "到款日期/汇票到期日期", converter = DateStringConverter.class)
|
|
|
- @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
@ApiModelProperty(value = "到款日期/汇票到期日期")
|
|
|
private java.util.Date dkrq;
|
|
|
- /**收款类型*/
|
|
|
+ /**收款类型*/
|
|
|
// @Excel(name = "收款类型", width = 15)
|
|
|
@ExcelProperty(value = "收款类型")
|
|
|
@ApiModelProperty(value = "收款类型")
|
|
|
private java.lang.String sktype;
|
|
|
- /**收款科目代码*/
|
|
|
+ /**收款科目代码*/
|
|
|
// @Excel(name = "收款科目代码", width = 15)
|
|
|
@ExcelProperty(value = "收款科目代码")
|
|
|
@ApiModelProperty(value = "收款科目代码")
|
|
|
private java.lang.String skkmdm;
|
|
|
- /**凭证号*/
|
|
|
+ /**凭证号*/
|
|
|
// @Excel(name = "凭证号", width = 15)
|
|
|
@ExcelProperty(value = "凭证号")
|
|
|
@ApiModelProperty(value = "凭证号")
|
|
|
private java.lang.String pzh;
|
|
|
- /**业务部门*/
|
|
|
+ /**业务部门*/
|
|
|
// @Excel(name = "业务部门", width = 15)
|
|
|
@ExcelProperty(value = "业务部门")
|
|
|
@ApiModelProperty(value = "业务部门")
|
|
|
private java.lang.String ywbm;
|
|
|
- /**录入人*/
|
|
|
+ /**录入人*/
|
|
|
// @Excel(name = "录入人", width = 15)
|
|
|
@ExcelProperty(value = "录入人")
|
|
|
@ApiModelProperty(value = "录入人")
|
|
|
private java.lang.String lrr;
|
|
|
- /**录入日期*/
|
|
|
+ /**录入日期*/
|
|
|
// @Excel(name = "录入日期", width = 20, format = "yyyy-MM-dd HH:mm:ss")
|
|
|
@ExcelProperty(value = "录入日期", converter = DateStringConverter.class)
|
|
|
- @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
|
|
@ApiModelProperty(value = "录入日期")
|
|
|
private java.util.Date lrrq;
|
|
|
- /**交易流水号*/
|
|
|
+ /**交易流水号*/
|
|
|
// @Excel(name = "交易流水号", width = 15)
|
|
|
@ExcelProperty(value = "交易流水号")
|
|
|
@ApiModelProperty(value = "交易流水号")
|
|
|
private java.lang.String jylsh;
|
|
|
- /**交易ID*/
|
|
|
+ /**交易ID*/
|
|
|
// @Excel(name = "交易ID", width = 15)
|
|
|
@ExcelProperty(value = "交易ID")
|
|
|
@ApiModelProperty(value = "交易ID")
|
|
|
private java.lang.String jyid;
|
|
|
- /**汇票号*/
|
|
|
+ /**汇票号*/
|
|
|
// @Excel(name = "汇票号", width = 15)
|
|
|
@ExcelProperty(value = "汇票号")
|
|
|
@ApiModelProperty(value = "汇票号")
|
|
|
private java.lang.String hph;
|
|
|
- /**汇票ID*/
|
|
|
+ /**汇票ID*/
|
|
|
// @Excel(name = "汇票ID", width = 15)
|
|
|
@ExcelProperty(value = "汇票ID")
|
|
|
@ApiModelProperty(value = "汇票ID")
|
|
|
private java.lang.String hpid;
|
|
|
- /**收款单位*/
|
|
|
+ /**收款单位*/
|
|
|
// @Excel(name = "收款单位", width = 15)
|
|
|
@ExcelProperty(value = "收款单位")
|
|
|
@ApiModelProperty(value = "收款单位")
|
|
|
private java.lang.String skdw;
|
|
|
- /**数据来源:1合同导入 2收款导入*/
|
|
|
-// @Excel(name = "数据来源:1合同导入 2收款导入", width = 15)
|
|
|
- @ApiModelProperty(value = "数据来源:1合同导入 2收款导入")
|
|
|
+ /**数据来源:20合同导入 20收款导入*/
|
|
|
+// @Excel(name = "数据来源:20合同导入 40收款导入", width = 15)
|
|
|
+ @ApiModelProperty(value = "数据来源:20合同导入 40收款导入")
|
|
|
private java.lang.Integer sjly;
|
|
|
+
|
|
|
}
|