You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.1 KiB
C#

using SlnMesnac.Model.domain;
using SlnMesnac.Repository.service.@base;
using System;
using System.Collections.Generic;
using System.Text;
#region << 版 本 注 释 >>
/*--------------------------------------------------------------------
* (c) 2024 WenJY
* CLR4.0.30319.42000
* LAPTOP-E0N2L34V
* SlnMesnac.Repository.service.Impl
* 4775f606-89b8-4dba-88da-4920de3e1559
*
* WenJY
* wenjy@mesnac.com
* 2024-04-09 16:21:05
* V1.0.0
*
*
*--------------------------------------------------------------------
*
*
*
*
* V1.0.0
*--------------------------------------------------------------------*/
#endregion << 版 本 注 释 >>
namespace SlnMesnac.Repository.service.Impl
{
public class WmsRawPreferredOutServiceImpl : BaseServiceImpl<WmsRawPreferredOut>, IWmsRawPreferredOutService
{
public WmsRawPreferredOutServiceImpl(Repository<WmsRawPreferredOut> rep) : base(rep)
{
}
}
}