Commit 32757702 authored by hongguangwu's avatar hongguangwu

回盘数据导入

parent 059f5931
package com.yifu.cloud.plus.v1.yifu.common.core.vo;
import com.yifu.cloud.plus.v1.yifu.common.core.constant.ExcelAttribute;
import lombok.Data;
import lombok.NoArgsConstructor;
......@@ -12,5 +13,6 @@ import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
public class RowIndex {
@ExcelAttribute(name = "行号")
private Integer rowIndex;
}
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