导出列名加单位

master
chenxiwang 2024-08-15 17:20:11 +08:00
parent 00c61ef1a7
commit 81461a674c
1 changed files with 28 additions and 28 deletions

View File

@ -30,169 +30,169 @@ public class OsmoticWaterRVo {
/** /**
* *
*/ */
@ExcelProperty({"${title}", "水温"}) @ExcelProperty({"${title}", "水温(℃)"})
private String temp; private String temp;
/** /**
* PH * PH
*/ */
@ExcelProperty({"${title}", "PH"}) @ExcelProperty({"${title}", "PH(mg/L)"})
private String ph; private String ph;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "溶解氧"}) @ExcelProperty({"${title}", "溶解氧(mg/L)"})
private String bod; private String bod;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "高锰酸钾指数"}) @ExcelProperty({"${title}", "高锰酸钾指数(mg/L)"})
private String mn; private String mn;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "化学需氧量"}) @ExcelProperty({"${title}", "化学需氧量(mg/L)"})
private String codcr; private String codcr;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "五日生化需氧量"}) @ExcelProperty({"${title}", "五日生化需氧量(mg/L)"})
private String bod5; private String bod5;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "氨氮"}) @ExcelProperty({"${title}", "氨氮(mg/L)"})
private String nh3n; private String nh3n;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "总磷"}) @ExcelProperty({"${title}", "总磷(mg/L)"})
private String tp; private String tp;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "总氮"}) @ExcelProperty({"${title}", "总氮(mg/L)"})
private String tn; private String tn;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "铜"}) @ExcelProperty({"${title}", "铜(mg/L)"})
private String cu; private String cu;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "锌"}) @ExcelProperty({"${title}", "锌(mg/L)"})
private String zn; private String zn;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "氟化物"}) @ExcelProperty({"${title}", "氟化物(mg/L)"})
private String f; private String f;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "硒"}) @ExcelProperty({"${title}", "硒(mg/L)"})
private String se; private String se;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "砷"}) @ExcelProperty({"${title}", "砷(mg/L)"})
private String arsenic; private String arsenic;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "汞"}) @ExcelProperty({"${title}", "汞(mg/L)"})
private String hg; private String hg;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "镉"}) @ExcelProperty({"${title}", "镉(mg/L)"})
private String cd; private String cd;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "铬"}) @ExcelProperty({"${title}", "铬(mg/L)"})
private String cr; private String cr;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "铅"}) @ExcelProperty({"${title}", "铅(mg/L)"})
private String pb; private String pb;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "氰化物"}) @ExcelProperty({"${title}", "氰化物(mg/L)"})
private String cn; private String cn;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "挥发酚"}) @ExcelProperty({"${title}", "挥发酚(mg/L)"})
private String vlph; private String vlph;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "石油类"}) @ExcelProperty({"${title}", "石油类(mg/L)"})
private String oil; private String oil;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "阴离子表面活性剂"}) @ExcelProperty({"${title}", "阴离子表面活性剂(mg/L)"})
private String las; private String las;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "硫化物"}) @ExcelProperty({"${title}", "硫化物(mg/L)"})
private String s; private String s;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "大肠菌群数"}) @ExcelProperty({"${title}", "大肠菌群数(mg/L)"})
private String tcg; private String tcg;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "浊度"}) @ExcelProperty({"${title}", "浊度(NTU)"})
private String turb; private String turb;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "电导率"}) @ExcelProperty({"${title}", "电导率(μs/cm)"})
private String cond; private String cond;
/** /**
* *
*/ */
@ExcelProperty({"${title}", "高锰酸盐"}) @ExcelProperty({"${title}", "高锰酸盐(mg/L)"})
private String codmn; private String codmn;
/** /**
* 绿 * 绿
*/ */
@ExcelProperty({"${title}", "叶绿素"}) @ExcelProperty({"${title}", "叶绿素(ug/L)"})
private String chla; private String chla;
/** /**