Ai红线分析代码框架
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.rj.service.impl;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.rj.entity.RedLineRecord;
|
||||
import com.rj.mapper.RedLineRecordMapper;
|
||||
import com.rj.service.IRedLineRecordService;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* 触及红线记录服务实现
|
||||
*/
|
||||
@Service
|
||||
public class RedLineRecordServiceImpl extends ServiceImpl<RedLineRecordMapper, RedLineRecord>
|
||||
implements IRedLineRecordService {
|
||||
}
|
||||
Reference in New Issue
Block a user