using System; using System.Collections.Generic; using System.Text; namespace Model { public class ClsKF_BarCodeStatusChangeBillMain : DBUtility.ClsXt_BaseBillMain { public Int64 HPrintQty; //打印次数 public Int64 HEmpID; //变更人(Gy_Employee) public Int64 HDeptID; //负责部门(Gy_Department) } }