Commit 69a8b8c0 authored by fangxinjiang's avatar fangxinjiang

收入明细 导出 字段调整

parent 5c530395
......@@ -131,14 +131,7 @@ public class IncomeExportVo implements Serializable {
@Schema(description = "数据生成时间")
@ExcelProperty("数据生成时间")
private Date createTime;
/**
* 数据生成月份
*/
@Length(max = 6, message = "数据生成月份 不能超过6 个字符")
@ExcelAttribute(name = "数据生成月份", maxLength = 6)
@Schema(description = "数据生成月份")
@ExcelProperty("数据生成月份")
private String dataCreateMonth;
/**
* 推送状态:0未推送1已推送
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment