导出同事特权,增加和修正表字段
This commit is contained in:
@@ -54,4 +54,10 @@ public interface ILbPurchaseApplyService extends IService<LbPurchaseApply> {
|
||||
* 按申请日期区间与租户导出进货申请 Excel(按申请日分组,首列合并单元格)。
|
||||
*/
|
||||
void exportExcel(LocalDate applyDateStart, LocalDate applyDateEnd, String tenantId, HttpServletResponse response);
|
||||
|
||||
/**
|
||||
* 导出与 {@link #syncHxrAdminColleagueVipByApplyDateRange} 相同筛选条件下的同事特权开通提醒 Excel。
|
||||
*/
|
||||
void exportColleagueVipExcel(
|
||||
LocalDate applyDateStart, LocalDate applyDateEnd, String tenantId, HttpServletResponse response);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user