소스 검색

git-svn-id: https://192.168.57.71/svn/jsgkj@211 931142cf-59ea-a443-aa0e-51397b428577

ld_xuhx 9 년 전
부모
커밋
0fc8a8806c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gkjsjy/trunk/src/com/xt/jygl/gkjygl/gklhxkgl/gkjylhsq/service/impl/LhsqServiceImpl.java

+ 1 - 1
gkjsjy/trunk/src/com/xt/jygl/gkjygl/gklhxkgl/gkjylhsq/service/impl/LhsqServiceImpl.java

@@ -12,7 +12,7 @@ import com.xt.jygl.workflow.service.impl.BaseWorkFlowServiceImpl;
 import com.xtframe.sec.common.SecRepository;
 
 @Service
-public abstract class LhsqServiceImpl extends BaseWorkFlowServiceImpl<LhsqEntity, String> implements LhsqService {
+public class LhsqServiceImpl extends BaseWorkFlowServiceImpl<LhsqEntity, String> implements LhsqService {
 	@Autowired
 	private LhsqDao dao;