package com.lyms.talkonlineweb.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.lyms.talkonlineweb.domain.LymsAttention;
import com.lyms.talkonlineweb.domain.LymsOrder;
/**
* @Entity com.lyms.talkonlineweb.domain.LymsOrder
*/
public interface LymsOrderMapper extends BaseMapper<LymsOrder> {
}