Ver Fonte

工作流完善

wangwei há 7 anos atrás
pai
commit
8827509632

+ 2 - 0
hsweb-system/hsweb-system-workflow/hsweb-system-workflow-service/hsweb-system-workflow-service-simple/src/main/java/org/hswebframework/web/service/workflow/simple/SimpleActDefService.java

@@ -7,11 +7,13 @@ import org.hswebframework.web.id.IDGenerator;
 import org.hswebframework.web.service.GenericEntityService;
 import org.hswebframework.web.service.workflow.ActDefService;
 import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Service;
 
 /**
  * @Author wangwei
  * @Date 2017/9/5.
  */
+@Service
 public class SimpleActDefService extends GenericEntityService<ActDefEntity,String> implements ActDefService {
 
     @Autowired