parent
77ccdf74c5
commit
8fb1f4d573
@ -0,0 +1,50 @@
|
||||
//package com.ruoyi.programManagement.entity.response;
|
||||
//
|
||||
//import com.ruoyi.common.annotation.Excel;
|
||||
//import io.swagger.annotations.ApiModel;
|
||||
//import io.swagger.annotations.ApiModelProperty;
|
||||
//import lombok.Data;
|
||||
//
|
||||
//@Data
|
||||
//@ApiModel("重点企业导出响应类")
|
||||
//public class BKeyEnterpriseExportResponse {
|
||||
//
|
||||
// /**
|
||||
// * 成功数量
|
||||
// */
|
||||
// @ApiModelProperty(value = "成功数量")
|
||||
// private Integer success;
|
||||
//
|
||||
//
|
||||
//
|
||||
// /**
|
||||
// * 失败数量
|
||||
// */
|
||||
// @ApiModelProperty(value = "失败数量")
|
||||
// private Integer faile;
|
||||
//
|
||||
//
|
||||
//
|
||||
// /**
|
||||
// * 企业代码
|
||||
// */
|
||||
//
|
||||
// @ApiModelProperty(value = "企业代码")
|
||||
// private String entCode;
|
||||
//
|
||||
//
|
||||
// /**
|
||||
// * 年份
|
||||
// */
|
||||
//
|
||||
// @ApiModelProperty("年份")
|
||||
// private String year;
|
||||
//
|
||||
//
|
||||
// /**
|
||||
// * 企业名称
|
||||
// */
|
||||
// @ApiModelProperty(value = "企业名称")
|
||||
// @Excel(name = "企业名称")
|
||||
// private String enterpriseName;
|
||||
//}
|
Loading…
Reference in new issue