package com.dsh.other.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.dsh.other.entity.TStoreOther; import com.dsh.other.mapper.TStoreOtherMapper; import com.dsh.other.service.TStoreOtherService; import org.springframework.stereotype.Service; /** *
* 服务实现类 *
* * @author administrator * @since 2023-09-19 */ @Service public class TStoreOtherServiceImpl extends ServiceImpl