فهرست منبع

delete BytedanceAccountImportVo

yangzian 3 سال پیش
والد
کامیت
04df39fed9

+ 0 - 25
jeecg-boot-finance/src/main/java/org/jeecg/ctop/finance/settlement/entity/vo/BytedanceAccountImportVo.java

@@ -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;
-
-
-}