|
|
|
@ -6,6 +6,7 @@ import com.supervision.police.domain.NoteRecords;
|
|
|
|
|
import com.supervision.police.dto.ListDTO;
|
|
|
|
|
import com.supervision.police.service.ModelRecordTypeService;
|
|
|
|
|
import com.supervision.police.service.RecordService;
|
|
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
@ -17,6 +18,7 @@ import java.util.List;
|
|
|
|
|
@RestController
|
|
|
|
|
@Slf4j
|
|
|
|
|
@RequestMapping("record")
|
|
|
|
|
@ApiOperation(value = "笔录接口")
|
|
|
|
|
public class RecordController {
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
|