@@ -739,6 +739,7 @@ namespace OASystem.API.OAMethodLib.QiYeWeChatAPI
Name = item.base_info.name,
Regular_days = item.summary_info.regular_days,
Exception_info_List = new List<Exception_info>(),
+ Work_days = item.summary_info.work_days
});
}
@@ -314,6 +314,8 @@ namespace OASystem.Domain.ViewModels.QiYeWeChat
public List<Exception_info> Exception_info_List { get; set; }
+ public int Work_days { get; set; }
+
public class Exception_info