opt: 把 LMS/WMS 重复的执行逻辑下沉到 starter
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package cn.code.nl.module.wms.api;
|
||||
|
||||
import cn.code.nl.framework.execute.biz.api.AbstractTaskCommonApiImpl;
|
||||
import cn.code.nl.framework.execute.biz.api.wms.WmsTaskCommonApi;
|
||||
import org.springframework.context.annotation.Primary;
|
||||
import org.springframework.validation.annotation.Validated;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* WMS 任务通用 API 实现
|
||||
*
|
||||
* @author liyongde
|
||||
*/
|
||||
@RestController
|
||||
@Validated
|
||||
@Primary
|
||||
public class WmsTaskExecuteApiImpl extends AbstractTaskCommonApiImpl implements WmsTaskCommonApi {
|
||||
}
|
||||
Reference in New Issue
Block a user