Пример #1
0
 public QueryPrintEntity()
 {
     this.m_bPrint        = false;
     this.m_bShowDialog   = false;
     this.m_invType       = INV_TYPE.INV_SPECIAL;
     this.m_nYear         = 0;
     this.m_nMonth        = 0;
     this.m_nTaxPeriod    = 0;
     this.m_itemAction    = ITEM_ACTION.ITEM_TOTAL;
     this.m_strTitle      = "";
     this.m_strSubItem    = "";
     this.m_strItemDetail = "";
     this.m_bIsLocked     = false;
 }
Пример #2
0
 public ItemEntity()
 {
     this.m_ItemType    = ITEM_ACTION.ITEM_TOTAL;
     this.m_strItemName = "增值税发票汇总表";
     this.m_bStatus     = false;
 }