肖洋
2024-12-26 d76e413d03a9e8645afe33d7573e60eed0fc8d8f
1
2
3
4
5
6
7
8
namespace WIDESEA_StorageBasicService;
 
public class BoxingInfoDetailService : ServiceBase<DtBoxingInfoDetail, IBoxingInfoDetailRepository>, IBoxingInfoDetailService
{
    public BoxingInfoDetailService(IBoxingInfoDetailRepository BaseDal) : base(BaseDal)
    {
    }
}