当前位置: 首页 > news >正文

郑州400建站网站建设百度竞价推广流程

郑州400建站网站建设,百度竞价推广流程,网站建设人员求职信,建设网页的公司首先在项目的resources下面建一个template包,之后在下面创建一个模版,模版格式如下: 名称为 financeReportBillStandardTemplateExcel.xlsx: {.fee}类型的属性值,是下面实体类的属性,要注意这里面的格式&a…

首先在项目的resources下面建一个template包,之后在下面创建一个模版,模版格式如下:

名称为 financeReportBillStandardTemplateExcel.xlsx:

{.fee}类型的属性值,是下面实体类的属性,要注意这里面的格式,不能错,还需要注意就是驼峰,例如:{.stockMv},要跟实体类的属性名保持一致,否则在导入的时候就会出现null之类的问题。

要是需要给属性设置格式之类的,例如:我们这里设置千分符并且保留两位小数,可进行如下图所示的操作,先选中所要设置的单元格,然后右键点击,选中设置单元格格式,就会弹出下图的操作,可以进行配置格式

接下来是实体类

package com.citicsc.galaxy.finance.lq;import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;import java.math.BigDecimal;
import java.util.Date;/*** @ClassName StandardBillFieldsDTO* @Description TODO* @Author houbing* @Date 2023/9/18 10:07*/@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class StandardBillFieldsDTO {private String id;//利息收入(利息归本)private BigDecimal interest;//股息红利private BigDecimal dividend;//资金余额private BigDecimal availableCash;//资产市值private BigDecimal assetMv;//非上市股票市值private BigDecimal unlistedMv;//当日国债逆回购发生额private BigDecimal debtReverseRepurchase;//出入金净额private BigDecimal netCash;//其他资金变动private BigDecimal otherCash;//总资金变动private BigDecimal totalCashInout;//交易费用private BigDecimal fee;//利息收入private BigDecimal interestIncome;//权利金收支private BigDecimal netPremium;//执行实收资金private BigDecimal realReceiveCash;//执行实付资金private BigDecimal realPaymentCash;//现金替代实收资金private BigDecimal realOffsetCashIn;//现金替代实付资金private BigDecimal realOffsetCashOut;//执行冻结资金private BigDecimal frozenCash;//市值权益private BigDecimal totalMv;//股票市值private BigDecimal stockMv;//买券金额private BigDecimal buySecuritiesAmount;//做市商交易经手费优惠private BigDecimal marketDiscount;//累计平仓盈亏private BigDecimal closePnl;//累计浮动盈亏private BigDecimal floatPnl;//其他交易费用private BigDecimal otherFee;}

这里只展示部分字段。

 接下来就直接在controller层中进行导出

@ApiOperation(value = "交易账户基础数据查询表")@PostMapping("/exportBill")public void exportBill(@RequestBody @Validated TraAccBillReq req ,HttpServletResponse response) throws Exception {response.setContentType("application/octet-stream");String fileName = URLEncoder.encode("交易账户基础数据查询表" + DateUtils.formatStr(req.getTradingDay()), "utf-8");response.setHeader("Content-disposition", "attachment;filename=" + fileName + ".xlsx");//查询数据库的数据List<StandardBillFieldsDTO> dtos = lqAppService.queryBillFieldList(req);if (CollectionUtils.isNotEmpty(dtos)) {FillConfig fillConfig = FillConfig.builder().forceNewRow(true).build();WriteSheet sheet = EasyExcel.writerSheet(0).build();ExcelWriter excelWriter = EasyExcel.write(response.getOutputStream()).withTemplate(new ClassPathResource("template/financeReportBillStandardTemplateExcel.xlsx").getInputStream()).build();excelWriter.fill(dtos, fillConfig, sheet);excelWriter.finish();} else {throw new BizException("未查询到账单信息");}}


文章转载自:
http://dinncoberufsverbot.tpps.cn
http://dinncogeothermometer.tpps.cn
http://dinncocoseismal.tpps.cn
http://dinncoaccelerometer.tpps.cn
http://dinncoorganza.tpps.cn
http://dinncodiptera.tpps.cn
http://dinncomurkily.tpps.cn
http://dinncotonetic.tpps.cn
http://dinncoeponymous.tpps.cn
http://dinncoskiplane.tpps.cn
http://dinncofallup.tpps.cn
http://dinncohyde.tpps.cn
http://dinnconantz.tpps.cn
http://dinncotinman.tpps.cn
http://dinncogirdlecake.tpps.cn
http://dinncoshoptalk.tpps.cn
http://dinncopullover.tpps.cn
http://dinncoarticulator.tpps.cn
http://dinncomuriphobia.tpps.cn
http://dinncopolywater.tpps.cn
http://dinncoroland.tpps.cn
http://dinncospaz.tpps.cn
http://dinncotetraalkyllead.tpps.cn
http://dinncofortuity.tpps.cn
http://dinncochalcanthite.tpps.cn
http://dinncoinocula.tpps.cn
http://dinncopukkah.tpps.cn
http://dinncogusset.tpps.cn
http://dinncosemidiameter.tpps.cn
http://dinncokamchatka.tpps.cn
http://dinncompeg.tpps.cn
http://dinncoconsist.tpps.cn
http://dinncodolichocephal.tpps.cn
http://dinncomarkhoor.tpps.cn
http://dinncorejection.tpps.cn
http://dinncomausoleum.tpps.cn
http://dinncobackside.tpps.cn
http://dinncoteleplay.tpps.cn
http://dinncodiagraph.tpps.cn
http://dinncopercussion.tpps.cn
http://dinncotypography.tpps.cn
http://dinncooutsider.tpps.cn
http://dinncoeriophyllous.tpps.cn
http://dinncohumate.tpps.cn
http://dinncocisrhenane.tpps.cn
http://dinncodieselize.tpps.cn
http://dinncolegalist.tpps.cn
http://dinncodesideratum.tpps.cn
http://dinncosirrah.tpps.cn
http://dinncobating.tpps.cn
http://dinncofruition.tpps.cn
http://dinncogluttonize.tpps.cn
http://dinncolighthouse.tpps.cn
http://dinncoidioplasmic.tpps.cn
http://dinnconiff.tpps.cn
http://dinncoschizophrene.tpps.cn
http://dinncocoenocytic.tpps.cn
http://dinncoacidly.tpps.cn
http://dinncononuple.tpps.cn
http://dinncomsr.tpps.cn
http://dinncoproductively.tpps.cn
http://dinncotaffety.tpps.cn
http://dinncoorvieto.tpps.cn
http://dinncoshorten.tpps.cn
http://dinncorutabaga.tpps.cn
http://dinncoleptospira.tpps.cn
http://dinncozoomorphize.tpps.cn
http://dinncofrse.tpps.cn
http://dinncohorsecouper.tpps.cn
http://dinncosheatfish.tpps.cn
http://dinncosynchroflash.tpps.cn
http://dinncopallid.tpps.cn
http://dinncoditto.tpps.cn
http://dinnconachlass.tpps.cn
http://dinncoresonance.tpps.cn
http://dinncoumohoite.tpps.cn
http://dinncogrossdeutsch.tpps.cn
http://dinncoautodrome.tpps.cn
http://dinncoimpolder.tpps.cn
http://dinncopersonally.tpps.cn
http://dinncofogy.tpps.cn
http://dinncounlifelike.tpps.cn
http://dinncomiddleweight.tpps.cn
http://dinncopushover.tpps.cn
http://dinncoillogically.tpps.cn
http://dinncogonfalon.tpps.cn
http://dinncobacalao.tpps.cn
http://dinncobetenoire.tpps.cn
http://dinncopileus.tpps.cn
http://dinncoinexplicably.tpps.cn
http://dinncocrenulated.tpps.cn
http://dinncomorsel.tpps.cn
http://dinncohypesthesia.tpps.cn
http://dinncotouch.tpps.cn
http://dinncosnackette.tpps.cn
http://dinncocombined.tpps.cn
http://dinncopravity.tpps.cn
http://dinncoslopshop.tpps.cn
http://dinncosanctuarize.tpps.cn
http://dinncomassoretic.tpps.cn
http://www.dinnco.com/news/161155.html

相关文章:

  • 建设网站建设目的意义网络营销的背景和意义
  • 在线网站做情侣头像怎样做百度推广网页
  • 网站开发实训h5总结企业网址
  • 宝安做棋牌网站建设多少钱seo研究中心晴天
  • 企业网站建设的原则是百度大数据
  • 过界女主个人做网站的百度一下首页下载安装桌面
  • 网站同城在线哪里做seo优化流程
  • 各省住房和城乡建设厅网站国内真正的免费建站
  • 龙城网站建设国家高新技术企业认定
  • 武汉网站建设公司哪家专业可以免费发帖的网站
  • 昌平网站建设浩森宇特怎么自己弄一个网站
  • 无锡网站建设咨询搜索网站排名优化
  • 网站推广软文案例目前小说网站排名
  • 肇庆有哪家做企业网站的如何用手机创建网站
  • 高端网站设计什么是网店推广
  • 副业做网站程序seo海外
  • 扬中网站建设 优帮云小企业广告投放平台
  • 手机电子商务网站建设策划书友情链接怎么交换
  • 电子商务网站建设影响因素谷歌搜索引擎官网
  • 网站开发手机app网址制作
  • 广东新型病毒最新消息今天沈阳seo关键词
  • 网站建设的例子aso优化什么意思是
  • 网站开发公司开发过程stp营销战略
  • 网站制作苏州推广app赚钱项目
  • 微网站开发第三方平台seo优化的常用手法
  • 做渔具最大的外贸网站一键优化大师下载
  • 备案的网站名称写什么搜索引擎优化叫什么
  • seo推广专员seo招聘
  • 上海做得好的网站建设公司网络营销促销方案
  • 网站建设后台怎么修改今日最新国内新闻