|
@@ -31,6 +31,9 @@ public class CorpCustomerAcquisitionLinkExtraCustomerView {
|
|
|
@DbField("cc.service_id")
|
|
@DbField("cc.service_id")
|
|
|
private Integer serviceId;
|
|
private Integer serviceId;
|
|
|
|
|
|
|
|
|
|
+ @DbField("cs.duty_date")
|
|
|
|
|
+ private String dutyDate;
|
|
|
|
|
+
|
|
|
@DbIgnore
|
|
@DbIgnore
|
|
|
private String serviceName;
|
|
private String serviceName;
|
|
|
|
|
|