zoujiajian 2 年之前
父節點
當前提交
4ef700c90c

+ 6 - 0
netflix-dao/src/main/java/com/cyksj/model/entity/CorpCustomerAcquisitionLinkExtraCustomer.java

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