Ejemplo n.º 1
0
 public CTariff(int nid, CICCard.EnmICCardType etype, EnmFeeUnit eunt, float ffee, float dtime, EnmFeeType eftype, bool busy)
     : this()
 {
     mnid    = nid;
     metype  = etype; //卡类型
     meunit  = eunt;
     mffee   = ffee;
     mdtime  = dtime;  //计费时间-days
     meftype = eftype; //收费类型
     isbusy  = busy;
 }
Ejemplo n.º 2
0
 public CTariff()
 {
     metype  = CICCard.EnmICCardType.Init;
     meunit  = EnmFeeUnit.Init;
     meftype = EnmFeeType.Init;
 }