Commit 0e6dfa73 authored by 侯彦文's avatar 侯彦文

供应商管理流程启动

parent 1be22676
......@@ -15,14 +15,31 @@ import java.util.List;
* @date: 2024-9-18 15:26:16
**/
public interface ExtSupplierManageService<V extends ExtSupplierManageVO> extends ExtSupplierManageServiceShadow<V> {
/**
* 流程启动
* @param id
* @return
*/
ExtSupplierManageVO startWorkflow(Long id);
DxPageImpl earlyWarning(SearchQueryCondition searchQueryCondition, int warningDay);
/**
* 导出
* @param searchQueryCondition
* @param warningDay
* @return
*/
List<SupplierEarlyWarningVO> exportEarlyWarningData(SearchQueryCondition searchQueryCondition, int warningDay);
/**
* 修改供应商编码
* @param extSupplierManageVO
*/
void generateSupplierNumber(ExtSupplierManageVO extSupplierManageVO);
/**
* 定时任务修改状态
*/
void changeSupplierStatus();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment