新增:
1.客户价格管理 2.销售订单表单插件取值
This commit is contained in:
18
Gatedge.K3.Pilot.PlugIn/Services/DBService/BaseDAL.cs
Normal file
18
Gatedge.K3.Pilot.PlugIn/Services/DBService/BaseDAL.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using Kingdee.BOS;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Gatedge.K3.Pilot.PlugIn.Services.DBService
|
||||
{
|
||||
public class BaseDAL
|
||||
{
|
||||
public Context Context { get; private set; }
|
||||
public BaseDAL(Context context)
|
||||
{
|
||||
this.Context = context;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user