添加service

This commit is contained in:
648540858
2023-07-31 17:34:44 +08:00
parent 59d8f2f915
commit 6275372455
3 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
package com.genersoft.iot.vmp.jt1078.service;
public interface Ijt1078Service {
}

View File

@@ -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 {
}