Пример #1
0
 /// <summary>
 /// 构造
 /// </summary>
 public ReceiveHeaderViewEntity(BaseViewEntity entity)
 {
     this.CID         = entity.CID;
     this.UName       = entity.UName;
     this.PWD         = entity.PWD;
     this.WareHouseId = entity.WareHouseId;
 }
Пример #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;
 }