zhangtao
dongdingding 2 years ago
parent 1ad48efc32
commit 8bfb056938

@ -26,14 +26,14 @@ public class BPlanEnterpriseZhifaResponse {
/** /**
* id * id
*/ */
@Excel(name = "计划id") @Excel(name = "计划名称")
@ApiModelProperty(value = "计划id") @ApiModelProperty(value = "计划id")
private Long planId; private Long planId;
/** /**
* id * id
*/ */
@Excel(name = "企业id") @Excel(name = "企业信用代码")
@ApiModelProperty(value = "企业id") @ApiModelProperty(value = "企业id")
private String enterpriseId; private String enterpriseId;

Loading…
Cancel
Save