|
|
@@ -117,9 +117,10 @@ public class SmsCheckCustomerDataAndLog {
|
|
|
@ApiModelProperty(value = "码号证书到期时间结果备注")
|
|
|
private String codeNumberDateResultRemark;
|
|
|
|
|
|
+ @Excel(name = "备案通知稽核结果备注", width = 15)
|
|
|
@ApiModelProperty(value = "备案通知到期时间结果备注")
|
|
|
private String filingsDateResultRemark;
|
|
|
- @Excel(name = "备案通知稽核结果备注", width = 15)
|
|
|
+
|
|
|
@ApiModelProperty(value = "备案通知到期时间结果")
|
|
|
private String filingsDateResult;
|
|
|
|