新增企业信息、知识库、审计报告生成功能
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.gxwebsoft.enterprise.service.impl;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.gxwebsoft.enterprise.entity.Enterprise;
|
||||
import com.gxwebsoft.enterprise.mapper.EnterpriseMapper;
|
||||
import com.gxwebsoft.enterprise.service.EnterpriseService;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author GIIT-YC
|
||||
*
|
||||
*/
|
||||
@Service
|
||||
public class EnterpriseServiceImpl extends ServiceImpl<EnterpriseMapper, Enterprise> implements EnterpriseService {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user