/// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="connection">数据连接</param>
 public UStockCheckDetail_JoeyBC(SqlConnection connection)
 {
     this.connection = connection;
     this.stockCheckDetail_JoeyBB = new UStockCheckDetail_JoeyBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
Esempio n. 2
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="connection">数据连接</param>
 public TSPickOutPlanBC(SqlConnection connection)
 {
     this.connection = connection;
     this.sPickOutPlanBB = new TSPickOutPlanBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="connection">数据连接</param>
 public BTallyBillDetailBC(SqlConnection connection)
 {
     this.connection = connection;
     this.tallyBillDetailBB = new BTallyBillDetailBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
Esempio n. 4
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="connection">数据连接</param>
 public TSOutInTypeBC(SqlConnection connection)
 {
     this.connection = connection;
     this.sOutInTypeBB = new TSOutInTypeBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
Esempio n. 5
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="connection">数据连接</param>
 public TSBarrivebillBC(SqlConnection connection)
 {
     this.connection = connection;
     this.sBarrivebillBB = new TSBarrivebillBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="connection">数据连接</param>
 public BProductCheckDetailBC(SqlConnection connection)
 {
     this.connection = connection;
     this.productCheckDetailBB = new BProductCheckDetailBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
Esempio n. 7
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="connection">数据连接</param>
 public BForkliftTaskBC(SqlConnection connection)
 {
     this.connection = connection;
     this.forkliftTaskBB = new BForkliftTaskBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
Esempio n. 8
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="connection">数据连接</param>
 public BArrangeBillBC(SqlConnection connection)
 {
     this.connection = connection;
     this.arrangeBillBB = new BArrangeBillBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
Esempio n. 9
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="connection">数据连接</param>
 public LBOMBC(SqlConnection connection)
 {
     this.connection = connection;
     this.bOMBB = new LBOMBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="connection">数据连接</param>
 public OtherOutInDetailBC(SqlConnection connection)
 {
     this.connection = connection;
     this.therOutInDetailBB = new OtherOutInDetailBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
Esempio n. 11
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="connection">数据连接</param>
 public BCheckBillBC(SqlConnection connection)
 {
     this.connection = connection;
     this.checkBillBB = new BCheckBillBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="connection">数据连接</param>
 public OtherOutInPickOutPlanBC(SqlConnection connection)
 {
     this.connection = connection;
     this.therOutInPickOutPlanBB = new OtherOutInPickOutPlanBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
Esempio n. 13
0
 /// <summary>
 /// ���캯��
 /// </summary>
 /// <param name="connection">��������</param>
 public SSpaceBC(SqlConnection connection)
 {
     this.connection = connection;
     this.fileBB = new SFileBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
Esempio n. 14
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="connection">数据连接</param>
 public CCheckPalletBC(SqlConnection connection)
 {
     this.connection = connection;
     this.checkPalletBB = new CCheckPalletBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
Esempio n. 15
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="connection">数据连接</param>
 public CStockUpBillBC(SqlConnection connection)
 {
     this.connection = connection;
     this.stockUpBillBB = new CStockUpBillBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
Esempio n. 16
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="connection">数据连接</param>
 public CPickOutBillBC(SqlConnection connection)
 {
     this.connection = connection;
     this.pickOutBillBB = new CPickOutBillBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
Esempio n. 17
0
 /// <summary>
 /// ���캯��
 /// </summary>
 /// <param name="connection">��������</param>
 public MBusinessBC(SqlConnection connection)
 {
     this.connection = connection;
     this.businessBB = new MBusinessBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
     this.commBB = new SCommBB(this.connection);
 }
Esempio n. 18
0
 /// <summary>
 /// ���캯��
 /// </summary>
 /// <param name="connection">��������</param>
 public WRunListBC(SqlConnection connection)
 {
     this.connection = connection;
     this.runListBB = new WRunListBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
     this.commBB = new SCommBB(this.connection);
 }
Esempio n. 19
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="connection">数据连接</param>
 public BSendNotesListBC(SqlConnection connection)
 {
     this.connection = connection;
     this.sendNotesListBB = new BSendNotesListBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
     this.commBB = new SCommBB(this.connection);
 }
Esempio n. 20
0
 /// <summary>
 /// 构造函数
 /// </summary>
 public CCheckPalletBC()
 {
     this.selfConn = true;
     this.connection = new SqlConnection(HS.Config.SqlDataObject.GetSqlConnectionString);
     this.connection.Open();
     this.checkPalletBB = new CCheckPalletBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
Esempio n. 21
0
 /// <summary>
 /// 构造函数
 /// </summary>
 public BForkliftTaskBC()
 {
     this.selfConn = true;
     this.connection = new SqlConnection(HS.Config.SqlDataObject.GetSqlConnectionString);
     this.connection.Open();
     this.forkliftTaskBB = new BForkliftTaskBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
Esempio n. 22
0
 /// <summary>
 /// 构造函数
 /// </summary>
 public BArrangeBillBC()
 {
     this.selfConn = true;
     this.connection = new SqlConnection(HS.Config.SqlDataObject.GetSqlConnectionString);
     this.connection.Open();
     this.arrangeBillBB = new BArrangeBillBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
 /// <summary>
 /// 构造函数
 /// </summary>
 public BProductCheckDetailBC()
 {
     this.selfConn = true;
     this.connection = new SqlConnection(HS.Config.SqlDataObject.GetSqlConnectionString);
     this.connection.Open();
     this.productCheckDetailBB = new BProductCheckDetailBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
 /// <summary>
 /// 构造函数
 /// </summary>
 public UStockCheckDetail_JoeyBC()
 {
     this.selfConn = true;
     this.connection = new SqlConnection(HS.Config.SqlDataObject.GetSqlConnectionString);
     this.connection.Open();
     this.stockCheckDetail_JoeyBB = new UStockCheckDetail_JoeyBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
 /// <summary>
 /// 构造函数
 /// </summary>
 public OtherOutInDetailBC()
 {
     this.selfConn = true;
     this.connection = new SqlConnection(HS.Config.SqlDataObject.GetSqlConnectionString);
     this.connection.Open();
     this.therOutInDetailBB = new OtherOutInDetailBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
Esempio n. 26
0
 /// <summary>
 /// 构造函数
 /// </summary>
 public TSOutInTypeBC()
 {
     this.selfConn = true;
     this.connection = new SqlConnection(HS.Config.SqlDataObject.GetSqlConnectionString);
     this.connection.Open();
     this.sOutInTypeBB = new TSOutInTypeBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
 }
Esempio n. 27
0
 /// <summary>
 /// ���캯��
 /// </summary>
 public WRunListBC()
 {
     this.selfConn = true;
     this.connection = new SqlConnection(HS.Config.SqlDataObject.GetSqlConnectionString);
     this.connection.Open();
     this.runListBB = new WRunListBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
     this.commBB = new SCommBB(this.connection);
 }
Esempio n. 28
0
 /// <summary>
 /// ���캯��
 /// </summary>
 public MBusinessBC()
 {
     this.selfConn = true;
     this.connection = new SqlConnection(HS.Config.SqlDataObject.GetSqlConnectionString);
     this.connection.Open();
     this.businessBB = new MBusinessBB(this.connection);
     this.errorDiaryBB = new SErrorDiaryBB(this.connection);
     this.operatDiaryBB = new SOperatDiaryBB(this.connection);
     this.commBB = new SCommBB(this.connection);
 }