feat(CuBonusVertexStatisVo): 零线系统拨比导出列表字段调整

This commit is contained in:
woody 2025-06-17 13:41:44 +08:00 committed by cabbage
parent 17b9931d1f
commit 3b9e750daf
1 changed files with 3 additions and 3 deletions

View File

@ -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;
/**