|
@@ -20,6 +20,12 @@ public class CorpCustomerAcquisitionLinkExtraCustomer extends BaseEntity{
|
|
|
@NotNull
|
|
@NotNull
|
|
|
private Integer serviceId;
|
|
private Integer serviceId;
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 值班日期
|
|
|
|
|
+ */
|
|
|
|
|
+ @NotNull
|
|
|
|
|
+ private String dutyDate;
|
|
|
|
|
+
|
|
|
@NotNull
|
|
@NotNull
|
|
|
private String startTime;
|
|
private String startTime;
|
|
|
|
|
|