package com.jshop.dao; import com.jshop.entity.OrderSnapshotT; public interface OrderSnapshotTDao extends BaseTDao<OrderSnapshotT> { }