|
@@ -1,25 +0,0 @@
|
|
|
-package org.jeecg.ctop.finance.settlement.entity.vo;
|
|
|
-
|
|
|
-
|
|
|
-import cn.afterturn.easypoi.excel.annotation.Excel;
|
|
|
-import lombok.Data;
|
|
|
-
|
|
|
-import java.io.Serializable;
|
|
|
-
|
|
|
-/**
|
|
|
- *
|
|
|
- * @description: 头条账户 上传 数据 excel
|
|
|
- * @return:
|
|
|
- * @author: zianY
|
|
|
- */
|
|
|
-@Data
|
|
|
-public class BytedanceAccountImportVo implements Serializable {
|
|
|
-
|
|
|
- @Excel(name = "账户ID")
|
|
|
- private String accountId;
|
|
|
-
|
|
|
- @Excel(name = "账户名称")
|
|
|
- private String accountName;
|
|
|
-
|
|
|
-
|
|
|
-}
|