|
|
@@ -23,9 +23,6 @@ public abstract class ApiBase {
|
|
|
public String travel_request_url;//出差申请
|
|
|
public String leave_application_url;//请假单
|
|
|
public String work_overtime_url;//加班申请
|
|
|
- public String leave_save_url;//保存请假单
|
|
|
- public String travel_save_url;//保存出差单
|
|
|
- public String overtime_save_url;//保存加班单
|
|
|
|
|
|
//审批流接口
|
|
|
public String getAuditTodo;//待审批
|
|
|
@@ -75,15 +72,15 @@ public abstract class ApiBase {
|
|
|
|
|
|
public String getTaskCounts;//获取首页消息数量
|
|
|
|
|
|
-
|
|
|
//工作日报
|
|
|
- public String daily_work_url;//工作日报
|
|
|
- public String work_schedule_url;//员工工作时间
|
|
|
- public String work_order_url;//工作日程
|
|
|
public String first_add_workdaily; // 首次提交工作日报
|
|
|
public String delete_work_daily; //删除日报
|
|
|
public String update_work_daily;//更新日报
|
|
|
public String getdaily_list; //获取日报列表
|
|
|
+ public String overtime_save_url;//加班保存
|
|
|
+ public String travel_save_url;//出差保存
|
|
|
+ public String leave_save_url;//请假保存
|
|
|
+ public String common_doc_examine_and_approve_url;
|
|
|
|
|
|
public String common_app_flow_nodes_url;//单据获取审批流节点数据
|
|
|
public String common_doc_detaily_url; //获取单据详情
|
|
|
@@ -100,241 +97,6 @@ public abstract class ApiBase {
|
|
|
public String add_people;
|
|
|
public String saveSignApp;//提交申述
|
|
|
|
|
|
- public String getCommon_delete_approval_flow_url() {
|
|
|
- return common_delete_approval_flow_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setCommon_delete_approval_flow_url(String common_delete_approval_flow_url) {
|
|
|
- this.common_delete_approval_flow_url = common_delete_approval_flow_url;
|
|
|
- }
|
|
|
-
|
|
|
- public String getCommon_doc_examine_and_approve_url() {
|
|
|
- return common_doc_examine_and_approve_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setCommon_doc_examine_and_approve_url(String common_doc_examine_and_approve_url) {
|
|
|
- this.common_doc_examine_and_approve_url = common_doc_examine_and_approve_url;
|
|
|
- }
|
|
|
-
|
|
|
- public String common_doc_examine_and_approve_url; //单据的领导审批操作 同意/不同意/变更处理人
|
|
|
-
|
|
|
- public String getCommon_doc_detaily_url() {
|
|
|
- return common_doc_detaily_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setCommon_doc_detaily_url(String common_doc_detaily_url) {
|
|
|
- this.common_doc_detaily_url = common_doc_detaily_url;
|
|
|
- }
|
|
|
-
|
|
|
- public String getCommon_app_flow_nodes_url() {
|
|
|
- return common_app_flow_nodes_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setCommon_app_flow_nodes_url(String common_app_flow_nodes_url) {
|
|
|
- this.common_app_flow_nodes_url = common_app_flow_nodes_url;
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- public void setSave_plat_office_address_url(String save_plat_office_address_url) {
|
|
|
- this.save_plat_office_address_url = save_plat_office_address_url;
|
|
|
- }
|
|
|
-
|
|
|
- public String getDelete_plat_office_address_url() {
|
|
|
- return delete_plat_office_address_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDelete_plat_office_address_url(String delete_plat_office_address_url) {
|
|
|
- this.delete_plat_office_address_url = delete_plat_office_address_url;
|
|
|
- }
|
|
|
-
|
|
|
- public String getGet_plat_senior_setting_url() {
|
|
|
- return get_plat_senior_setting_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setGet_plat_senior_setting_url(String get_plat_senior_setting_url) {
|
|
|
- this.get_plat_senior_setting_url = get_plat_senior_setting_url;
|
|
|
- }
|
|
|
-
|
|
|
- public String getSave_plat_senior_time_url() {
|
|
|
- return save_plat_senior_time_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setSave_plat_senior_time_url(String save_plat_senior_time_url) {
|
|
|
- this.save_plat_senior_time_url = save_plat_senior_time_url;
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- public String getOvertime_save_url() {
|
|
|
- return overtime_save_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setOvertime_save_url(String overtime_save_url) {
|
|
|
- this.overtime_save_url = overtime_save_url;
|
|
|
- }
|
|
|
-
|
|
|
- public String getTravel_save_url() {
|
|
|
- return travel_save_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTravel_save_url(String travel_save_url) {
|
|
|
- this.travel_save_url = travel_save_url;
|
|
|
- }
|
|
|
-
|
|
|
- public String getLeave_save_url() {
|
|
|
- return leave_save_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setLeave_save_url(String leave_save_url) {
|
|
|
- this.leave_save_url = leave_save_url;
|
|
|
- }
|
|
|
-
|
|
|
- public String getSign_get_office_url() {
|
|
|
- return sign_get_office_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setSign_get_office_url(String sign_get_office_url) {
|
|
|
- this.sign_get_office_url = sign_get_office_url;
|
|
|
- }
|
|
|
-
|
|
|
- public String getGetdaily_list() {
|
|
|
- return getdaily_list;
|
|
|
- }
|
|
|
-
|
|
|
- public void setGetdaily_list(String getdaily_list) {
|
|
|
- this.getdaily_list = getdaily_list;
|
|
|
- }
|
|
|
-
|
|
|
- public String getFirst_add_workdaily() {
|
|
|
- return first_add_workdaily;
|
|
|
- }
|
|
|
-
|
|
|
- public void setFirst_add_workdaily(String first_add_workdaily) {
|
|
|
- this.first_add_workdaily = first_add_workdaily;
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- public String getDelete_work_daily() {
|
|
|
- return delete_work_daily;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDelete_work_daily(String delete_work_daily) {
|
|
|
- this.delete_work_daily = delete_work_daily;
|
|
|
- }
|
|
|
-
|
|
|
- public String getUpdate_work_daily() {
|
|
|
- return update_work_daily;
|
|
|
- }
|
|
|
-
|
|
|
- public void setUpdate_work_daily(String update_work_daily) {
|
|
|
- this.update_work_daily = update_work_daily;
|
|
|
- }
|
|
|
-
|
|
|
- public String getObtain_announce_url() {
|
|
|
- return obtain_announce_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setObtain_announce_url(String obtain_announce_url) {
|
|
|
- this.obtain_announce_url = obtain_announce_url;
|
|
|
- }
|
|
|
-
|
|
|
- public String getPunch_address_url() {
|
|
|
- return punch_address_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPunch_address_url(String punch_address_url) {
|
|
|
- this.punch_address_url = punch_address_url;
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- public String getTravel_request_url() {
|
|
|
- return travel_request_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTravel_request_url(String travel_request_url) {
|
|
|
- this.travel_request_url = travel_request_url;
|
|
|
- }
|
|
|
-
|
|
|
- public String getNews_center_url() {
|
|
|
- return news_center_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setNews_center_url(String news_center_url) {
|
|
|
- this.news_center_url = news_center_url;
|
|
|
- }
|
|
|
-
|
|
|
- public String getNotification_center_url() {
|
|
|
- return notification_center_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setNotification_center_url(String notification_center_url) {
|
|
|
- this.notification_center_url = notification_center_url;
|
|
|
- }
|
|
|
-
|
|
|
- public String getPunch_record_url() {
|
|
|
- return punch_record_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPunch_record_url(String punch_record_url) {
|
|
|
- this.punch_record_url = punch_record_url;
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- public String getLeave_application_url() {
|
|
|
- return leave_application_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setLeave_application_url(String leave_application_url) {
|
|
|
- this.leave_application_url = leave_application_url;
|
|
|
- }
|
|
|
-
|
|
|
- public String getDaily_work_url() {
|
|
|
- return daily_work_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDaily_work_url(String daily_work_url) {
|
|
|
- this.daily_work_url = daily_work_url;
|
|
|
- }
|
|
|
-
|
|
|
- public String getWork_schedule_url() {
|
|
|
- return work_schedule_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setWork_schedule_url(String work_schedule_url) {
|
|
|
- this.work_schedule_url = work_schedule_url;
|
|
|
- }
|
|
|
-
|
|
|
- public String getWork_overtime_url() {
|
|
|
- return work_overtime_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setWork_overtime_url(String work_overtime_url) {
|
|
|
- this.work_overtime_url = work_overtime_url;
|
|
|
- }
|
|
|
-
|
|
|
- public String getWork_order_url() {
|
|
|
- return work_order_url;
|
|
|
- }
|
|
|
-
|
|
|
- public void setWork_order_url(String work_order_url) {
|
|
|
- this.work_order_url = work_order_url;
|
|
|
- }
|
|
|
-
|
|
|
- public String getGetMasters() {
|
|
|
- return getMasters;
|
|
|
- }
|
|
|
-
|
|
|
- public void setGetMasters(String getMasters) {
|
|
|
- this.getMasters = getMasters;
|
|
|
- }
|
|
|
-
|
|
|
- public String getLogin() {
|
|
|
- return login;
|
|
|
- }
|
|
|
-
|
|
|
- public void setLogin(String login) {
|
|
|
- this.login = login;
|
|
|
- }
|
|
|
-
|
|
|
public String getCookie() {
|
|
|
if (ApiUtils.getApiModel() instanceof ApiPlatform) {
|
|
|
//获取不同身份的cookie
|
|
|
@@ -357,30 +119,6 @@ public abstract class ApiBase {
|
|
|
this.cookie = cookie;
|
|
|
}
|
|
|
|
|
|
- public String getList_vacation() {
|
|
|
- return list_vacation;
|
|
|
- }
|
|
|
-
|
|
|
- public void setList_vacation(String list_vacation) {
|
|
|
- this.list_vacation = list_vacation;
|
|
|
- }
|
|
|
-
|
|
|
- public String getList_workOvertime() {
|
|
|
- return list_workOvertime;
|
|
|
- }
|
|
|
-
|
|
|
- public void setList_workOvertime(String list_workOvertime) {
|
|
|
- this.list_workOvertime = list_workOvertime;
|
|
|
- }
|
|
|
-
|
|
|
- public String getList_feePlease() {
|
|
|
- return list_feePlease;
|
|
|
- }
|
|
|
-
|
|
|
- public void setList_feePlease(String list_feePlease) {
|
|
|
- this.list_feePlease = list_feePlease;
|
|
|
- }
|
|
|
-
|
|
|
public String getEnuu() {
|
|
|
if (ApiUtils.getApiModel() instanceof ApiPlatform) {
|
|
|
//获取不同身份的cookie
|
|
|
@@ -402,12 +140,4 @@ public abstract class ApiBase {
|
|
|
}
|
|
|
this.enuu = enuu;
|
|
|
}
|
|
|
-
|
|
|
- public String getGetAuditTodo() {
|
|
|
- return getAuditTodo;
|
|
|
- }
|
|
|
-
|
|
|
- public void setGetAuditTodo(String getAuditTodo) {
|
|
|
- this.getAuditTodo = getAuditTodo;
|
|
|
- }
|
|
|
}
|