whyclxw
2024-12-16 c85948fb948c9cd4b8057b3f084c1b1bf6aeaa70
1
2
3
4
5
6
7
8
9
10
11
package com.whyc.service;
 
import com.whyc.mapper.LockCtlLogMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
 
@Service
public class LockCtlLogService {
    @Autowired(required = false)
    private LockCtlLogMapper mapper;
}