添加service
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package com.genersoft.iot.vmp.jt1078.service;
|
||||
|
||||
public interface Ijt1078Service {
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
package com.genersoft.iot.vmp.jt1078.service.impl;
|
||||
|
||||
import com.genersoft.iot.vmp.jt1078.service.Ijt1078Service;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
@Service
|
||||
public class jt1078ServiceImpl implements Ijt1078Service {
|
||||
}
|
||||
Reference in New Issue
Block a user