package com.jshop.service; import com.jshop.entity.OrderSnapshotT; public interface OrderSnapshotTService extends BaseTService<OrderSnapshotT>{ }