package com.zksy.property.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.zksy.property.domain.ARentalContent; import com.zksy.property.service.ARentalContentService; import com.zksy.property.mapper.ARentalContentMapper; import org.springframework.stereotype.Service; /** * @author Administrator * @description 针对表【a_rental_content】的数据库操作Service实现 * @createDate 2025-07-09 17:09:24 */ @Service public class ARentalContentServiceImpl extends ServiceImpl implements ARentalContentService{ }