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.
|
|
|
|
/*
|
|
|
|
|
*Author:jxx
|
|
|
|
|
*Contact:283591387@qq.com
|
|
|
|
|
*代码由框架生成,此处任何更改都可能导致被代码生成器覆盖
|
|
|
|
|
*所有业务编写全部应在Partial文件夹下VW_OP_YARD_REP_CHUKOUZHUANGXIANGService与IVW_OP_YARD_REP_CHUKOUZHUANGXIANGService中编写
|
|
|
|
|
*/
|
|
|
|
|
using VOL.YARD.IRepositories;
|
|
|
|
|
using VOL.YARD.IServices;
|
|
|
|
|
using VOL.Core.BaseProvider;
|
|
|
|
|
using VOL.Core.Extensions.AutofacManager;
|
|
|
|
|
using VOL.Entity.DomainModels;
|
|
|
|
|
using VOL.YARD.IRepositories;
|
|
|
|
|
|
|
|
|
|
namespace VOL.YARD.Services
|
|
|
|
|
{
|
|
|
|
|
public partial class VW_OP_YARD_REP_CHUKOUZHUANGXIANGService : ServiceBase<VW_OP_YARD_REP_CHUKOUZHUANGXIANG, IVW_OP_YARD_REP_CHUKOUZHUANGXIANGRepository>
|
|
|
|
|
, IVW_OP_YARD_REP_CHUKOUZHUANGXIANGService, IDependency
|
|
|
|
|
{
|
|
|
|
|
public VW_OP_YARD_REP_CHUKOUZHUANGXIANGService(IVW_OP_YARD_REP_CHUKOUZHUANGXIANGRepository repository)
|
|
|
|
|
: base(repository)
|
|
|
|
|
{
|
|
|
|
|
Init(repository);
|
|
|
|
|
}
|
|
|
|
|
public static IVW_OP_YARD_REP_CHUKOUZHUANGXIANGService Instance
|
|
|
|
|
{
|
|
|
|
|
get { return AutofacContainerModule.GetService<IVW_OP_YARD_REP_CHUKOUZHUANGXIANGService>
|
|
|
|
|
(); } }
|
|
|
|
|
}
|
|
|
|
|
}
|