|
|
|
@ -122,20 +122,21 @@ public interface Api {
|
|
|
|
@Query("timee") String timee);
|
|
|
|
@Query("timee") String timee);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@GET("PubFile/Data/GetOrderListRsa.ashx")
|
|
|
|
// @GET("PubFile/Data/GetOrderListRsa.ashx")
|
|
|
|
Call<String> getMyAdviceRsa(@Query("listcode") String listcode,
|
|
|
|
// Call<String> getMyAdviceRsa(@Query("listcode") String listcode,
|
|
|
|
@Query("manid") String manid,
|
|
|
|
// @Query("manid") String manid,
|
|
|
|
@Query("proposerid") String proposerid);
|
|
|
|
// @Query("proposerid") String proposerid);
|
|
|
|
@GET("PubFile/Data/GetOrderList.ashx")
|
|
|
|
//
|
|
|
|
Call<MyadviceBean> getMyAdvice(@Query("listcode") String listcode,
|
|
|
|
// @GET("PubFile/Data/GetOrderList.ashx")
|
|
|
|
@Query("manid") String manid,
|
|
|
|
// Call<MyadviceBean> getMyAdvice(@Query("listcode") String listcode,
|
|
|
|
@Query("proposerid") String proposerid);
|
|
|
|
// @Query("manid") String manid,
|
|
|
|
|
|
|
|
// @Query("proposerid") String proposerid);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@GET("PubFile/Data/GetOrderList.ashx")
|
|
|
|
// @GET("PubFile/Data/GetOrderList.ashx")
|
|
|
|
Call<MyadviceBean> getAdviceInfo(@Query("listcode") String listcode,
|
|
|
|
// Call<MyadviceBean> getAdviceInfo(@Query("listcode") String listcode,
|
|
|
|
@Query("manid") String manid,
|
|
|
|
// @Query("manid") String manid,
|
|
|
|
@Query("listid") String listid);
|
|
|
|
// @Query("listid") String listid);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@GET("PubFile/Data/ConferenceUpdateJSY.ashx")
|
|
|
|
@GET("PubFile/Data/ConferenceUpdateJSY.ashx")
|
|
|
|
@ -143,12 +144,12 @@ public interface Api {
|
|
|
|
@Query("listcode") String listcode);
|
|
|
|
@Query("listcode") String listcode);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@GET("PubFile/Data/GetOrderList.ashx")
|
|
|
|
// @GET("PubFile/Data/GetOrderList.ashx")
|
|
|
|
Call<ApplyListBean> getApplyList(@Query("listcode") String listcode,
|
|
|
|
// Call<ApplyListBean> getApplyList(@Query("listcode") String listcode,
|
|
|
|
@Query("proposerid") String proposerid,
|
|
|
|
// @Query("proposerid") String proposerid,
|
|
|
|
@Query("manid") String manid,
|
|
|
|
// @Query("manid") String manid,
|
|
|
|
@Query("departmentnameid") String departmentnameid,
|
|
|
|
// @Query("departmentnameid") String departmentnameid,
|
|
|
|
@Query("platform") String platform);
|
|
|
|
// @Query("platform") String platform);
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 获取会议室等信息
|
|
|
|
* 获取会议室等信息
|
|
|
|
@ -230,49 +231,49 @@ public interface Api {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return
|
|
|
|
* @return
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@GET("PubFile/Data/GetData.ashx")
|
|
|
|
// @GET("PubFile/Data/GetData.ashx")
|
|
|
|
Call<DinnerBean> getDinner(@Query("listcode") String listcode,
|
|
|
|
// Call<DinnerBean> getDinner(@Query("listcode") String listcode,
|
|
|
|
@Query("listid") String listid);
|
|
|
|
// @Query("listid") String listid,@Query("manid") String manid);
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 获取用车申请数据
|
|
|
|
* 获取用车申请数据
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return
|
|
|
|
* @return
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@GET("PubFile/Data/GetData.ashx")
|
|
|
|
// @GET("PubFile/Data/GetData.ashx")
|
|
|
|
Call<VehicleBean> getVehicle(@Query("listcode") String listcode,
|
|
|
|
// Call<VehicleBean> getVehicle(@Query("listcode") String listcode,
|
|
|
|
@Query("listid") String listid,
|
|
|
|
// @Query("listid") String listid,
|
|
|
|
@Query("suplistid") String suplistid);
|
|
|
|
// @Query("suplistid") String suplistid);
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 获取会议室申请数据
|
|
|
|
* 获取会议室申请数据
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return
|
|
|
|
* @return
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@GET("PubFile/Data/GetData.ashx")
|
|
|
|
// @GET("PubFile/Data/GetData.ashx")
|
|
|
|
Call<ConferenceBean> getConference(@Query("listcode") String listcode,
|
|
|
|
// Call<ConferenceBean> getConference(@Query("listcode") String listcode,
|
|
|
|
@Query("listid") String listid,
|
|
|
|
// @Query("listid") String listid,
|
|
|
|
@Query("suplistid") String suplistid);
|
|
|
|
// @Query("suplistid") String suplistid);
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 获取外卖申请数据
|
|
|
|
* 获取外卖申请数据
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return
|
|
|
|
* @return
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@GET("PubFile/Data/GetData.ashx")
|
|
|
|
// @GET("PubFile/Data/GetData.ashx")
|
|
|
|
Call<TakeOutBean> getTakeOut(@Query("listcode") String listcode,
|
|
|
|
// Call<TakeOutBean> getTakeOut(@Query("listcode") String listcode,
|
|
|
|
@Query("listid") String listid,
|
|
|
|
// @Query("listid") String listid,
|
|
|
|
@Query("suplistid") String suplistid);
|
|
|
|
// @Query("suplistid") String suplistid);
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 获取普通来访数据
|
|
|
|
* 获取普通来访数据
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return
|
|
|
|
* @return
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@GET("PubFile/Data/GetData.ashx")
|
|
|
|
// @GET("PubFile/Data/GetData.ashx")
|
|
|
|
Call<OrdinaryVisitBean> getOrdinaryVisit(@Query("listcode") String listcode,
|
|
|
|
// Call<OrdinaryVisitBean> getOrdinaryVisit(@Query("listcode") String listcode,
|
|
|
|
@Query("listid") String listid,
|
|
|
|
// @Query("listid") String listid,
|
|
|
|
@Query("suplistid") String suplistid);
|
|
|
|
// @Query("suplistid") String suplistid);
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 获取接待来访详细信息
|
|
|
|
* 获取接待来访详细信息
|
|
|
|
@ -289,9 +290,9 @@ public interface Api {
|
|
|
|
* @param listid
|
|
|
|
* @param listid
|
|
|
|
* @return
|
|
|
|
* @return
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@GET("PubFile/Data/GetData.ashx")
|
|
|
|
// @GET("PubFile/Data/GetData.ashx")
|
|
|
|
Call<MyTaskBean> getMyTask(@Query("listid") String listid,
|
|
|
|
// Call<MyTaskBean> getMyTask(@Query("listid") String listid,
|
|
|
|
@Query("listcode") String listcode);
|
|
|
|
// @Query("listcode") String listcode);
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @param type boardroomisuse 会议室是否占用
|
|
|
|
* @param type boardroomisuse 会议室是否占用
|
|
|
|
@ -343,13 +344,14 @@ public interface Api {
|
|
|
|
* @param auditrange 审核类型编码
|
|
|
|
* @param auditrange 审核类型编码
|
|
|
|
* @return
|
|
|
|
* @return
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@GET("PubFile/Audit/GetIsAudit.ashx")
|
|
|
|
// @GET("PubFile/Audit/GetIsAudit.ashx")
|
|
|
|
Call<GetAuditBean> getAudit(@Query("listid") String listid,
|
|
|
|
// Call<GetAuditBean> getAudit(@Query("listid") String listid,
|
|
|
|
@Query("listcode") String listcode,
|
|
|
|
// @Query("listcode") String listcode,
|
|
|
|
@Query("dc") String dc,
|
|
|
|
// @Query("dc") String dc,
|
|
|
|
@Query("shr") String shr,
|
|
|
|
// @Query("shr") String shr,
|
|
|
|
@Query("shbm") String shbm,
|
|
|
|
// @Query("shbm") String shbm,
|
|
|
|
@Query("auditrange") String auditrange);
|
|
|
|
// @Query("auditrange") String auditrange,
|
|
|
|
|
|
|
|
// @Query("manid") String manid);
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 任务统计
|
|
|
|
* 任务统计
|
|
|
|
@ -402,9 +404,9 @@ public interface Api {
|
|
|
|
@GET("PubFile/Data/GetListDataRWRCTJ.ashx")
|
|
|
|
@GET("PubFile/Data/GetListDataRWRCTJ.ashx")
|
|
|
|
Call<TaskDateCountBean> getTaskDateCount(@Query("txtTimeS") String txtTimeS);
|
|
|
|
Call<TaskDateCountBean> getTaskDateCount(@Query("txtTimeS") String txtTimeS);
|
|
|
|
|
|
|
|
|
|
|
|
@GET("PubFile/Data/GetData.ashx")
|
|
|
|
// @GET("PubFile/Data/GetData.ashx")
|
|
|
|
Call<SuppliesBean> getSuppliesDetail(@Query("listid") String listid,
|
|
|
|
// Call<SuppliesBean> getSuppliesDetail(@Query("listid") String listid,
|
|
|
|
@Query("listcode") String listcode);
|
|
|
|
// @Query("listcode") String listcode);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@GET("PubFile_TradeUnion/InterfaceApp/Audit/GetIsAudit.ashx")
|
|
|
|
@GET("PubFile_TradeUnion/InterfaceApp/Audit/GetIsAudit.ashx")
|
|
|
|
@ -444,9 +446,9 @@ public interface Api {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return
|
|
|
|
* @return
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@GET("PubFile/Data/GetData.ashx")
|
|
|
|
// @GET("PubFile/Data/GetData.ashx")
|
|
|
|
Call<OtherTaskBean> getOtherTaskDetails(@Query("listcode") String listcode,
|
|
|
|
// Call<OtherTaskBean> getOtherTaskDetails(@Query("listcode") String listcode,
|
|
|
|
@Query("listid") String listid);
|
|
|
|
// @Query("listid") String listid);
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 获取接待来访详情列表
|
|
|
|
* 获取接待来访详情列表
|
|
|
|
@ -554,8 +556,8 @@ public interface Api {
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @return
|
|
|
|
* @return
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@GET("PubFile/Data/GetData.ashx?listcode=BGYPSZ")
|
|
|
|
// @GET("PubFile/Data/GetData.ashx?listcode=BGYPSZ")
|
|
|
|
Call<OfficeGroupBean> getOfficeGroup();
|
|
|
|
// Call<OfficeGroupBean> getOfficeGroup();
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 获取调班审核流程
|
|
|
|
* 获取调班审核流程
|
|
|
|
@ -927,9 +929,9 @@ public interface Api {
|
|
|
|
* @param listid
|
|
|
|
* @param listid
|
|
|
|
* @return
|
|
|
|
* @return
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@GET("PubFile/Data/GetData.ashx")
|
|
|
|
// @GET("PubFile/Data/GetData.ashx")
|
|
|
|
Call<OfficeAddBean> getOfficeAddDetail(@Query("listcode") String listcode,
|
|
|
|
// Call<OfficeAddBean> getOfficeAddDetail(@Query("listcode") String listcode,
|
|
|
|
@Query("listid") String listid);
|
|
|
|
// @Query("listid") String listid);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
@ -951,8 +953,8 @@ public interface Api {
|
|
|
|
* @param manid
|
|
|
|
* @param manid
|
|
|
|
* @return
|
|
|
|
* @return
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
// @GET("PubFile/Data/aboutme/aboutme.ashx")
|
|
|
|
@GET("PubFile/Data/aboutme/aboutme.ashx")
|
|
|
|
// Call<AboutMeBean> getAboutMe(@Query("manid") String manid);
|
|
|
|
Call<AboutMeBean> getAboutMe(@Query("manid") String manid);
|
|
|
|
@GET("PubFile/Data/aboutme/aboutmeRsa.ashx")
|
|
|
|
@GET("PubFile/Data/aboutme/aboutmeRsa.ashx")
|
|
|
|
Call<String> getAboutMeRsa(@Query("manid") String manid);
|
|
|
|
Call<String> getAboutMeRsa(@Query("manid") String manid);
|
|
|
|
|
|
|
|
|
|
|
|
|