using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Web;
|
|
namespace WebAPI.DLL
|
{
|
public class ClsSc_PHPCruxBillBill : DBUtility.ClsXt_BaseBill
|
{
|
public Models.ClsSc_AssemblyBillMain omodel = new Models.ClsSc_AssemblyBillMain();
|
public List<Models.ClsSc_AssemblyBillSub> DetailColl = new List<Models.ClsSc_AssemblyBillSub>();
|
|
public ClsSc_PHPCruxBillBill()
|
{
|
base.MvarItemKeySub = "Sc_AssemblyBillSub";
|
base.MvarItemKeySub2 = "";
|
base.MvarItemKeySub3 = "";
|
base.MvarItemKeySub4 = "";
|
base.MvarItemKey = "Sc_AssemblyBillMain";
|
base.MvarReportTitle = "生产组装单";
|
base.BillType = "3727";
|
base.HBillSubType = "3727";
|
}
|
}
|
}
|