|
@@ -10,7 +10,7 @@ import com.xt.js.gkaq.common.BaseMapper;
|
|
|
import com.xt.js.gkaq.common.BaseUUIDModelServiceImpl;
|
|
|
import com.xt.js.gkaq.frame.mappers.WfPropModelMapper;
|
|
|
import com.xt.js.gkaq.frame.model.WfPropModel;
|
|
|
-import com.xt.js.gkaq.frame.service.WFPropService;
|
|
|
+import com.xt.js.gkaq.frame.service.WfPropService;
|
|
|
|
|
|
/**
|
|
|
* Á÷³Ì¿ØÖÆ·þÎñʵÏÖÀà
|
|
@@ -19,7 +19,7 @@ import com.xt.js.gkaq.frame.service.WFPropService;
|
|
|
*
|
|
|
*/
|
|
|
@Service
|
|
|
-public class WFPropServiceImpl extends BaseUUIDModelServiceImpl<WfPropModel> implements WFPropService {
|
|
|
+public class WFPropServiceImpl extends BaseUUIDModelServiceImpl<WfPropModel> implements WfPropService {
|
|
|
@Autowired
|
|
|
private WfPropModelMapper mapper;
|
|
|
|