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.
DSWMS/Vue.Net/VOL.YARD/Services/ZHENHUA/VW_OP_YARD_REP_CHUKOUZHUANG...

30 lines
1.1 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

/*
*Authorjxx
*Contact283591387@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>
(); } }
}
}