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