zhangnaisong
2024-08-02 a6205cbf1a93ea8f77a771de2dbd68c8f1e52ebe
ard-work/src/main/java/com/ruoyi/sy/service/impl/ArdTankWallLockTemporaryServiceImpl.java
@@ -12,6 +12,8 @@
import com.ruoyi.sy.domain.ArdTankWallLockTemporary;
import com.ruoyi.sy.service.IArdTankWallLockTemporaryService;
import javax.annotation.Resource;
/**
 * 临时电子围栏电磁锁Service业务层处理
 *
@@ -20,7 +22,7 @@
 */
@Service
public class ArdTankWallLockTemporaryServiceImpl implements IArdTankWallLockTemporaryService {
    @Autowired
    @Resource
    private ArdTankWallLockTemporaryMapper ardTankWallLockTemporaryMapper;
    /**