feat(CuBonusVertexStatisVo): 零线系统拨比导出列表字段调整
This commit is contained in:
parent
b0c97d4211
commit
7dd4a36df5
|
@ -30,17 +30,17 @@ public class CuBonusVertexStatisVO implements Serializable {
|
|||
/**
|
||||
* 顶点编号
|
||||
*/
|
||||
@Excel(name = "顶点编号")
|
||||
@Excel(name = "系统编号")
|
||||
private String memberCode;
|
||||
/**
|
||||
* 顶点名称
|
||||
*/
|
||||
@Excel(name = "顶点名称")
|
||||
@Excel(name = "系统名称")
|
||||
private String memberName;
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
@Excel(name = "业绩时间", dateFormat = "yyyy-MM-dd HH:mm:ss")
|
||||
@Excel(name = "统计时间", dateFormat = "yyyy-MM-dd HH:mm:ss")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date creationTime;
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue