Ejemplo n.º 1
0
 /// <summary>
 /// 构造
 /// </summary>
 public ReceiveHeaderViewEntity(BaseViewEntity entity)
 {
     this.CID         = entity.CID;
     this.UName       = entity.UName;
     this.PWD         = entity.PWD;
     this.WareHouseId = entity.WareHouseId;
 }
Ejemplo n.º 2
0
 public PickViewEntity(BaseViewEntity entity)
 {
     this.CID         = entity.CID;
     this.UName       = entity.UName;
     this.PWD         = entity.PWD;
     this.WareHouseId = entity.WareHouseId;
     this.Device      = entity.Device;
 }