Merge branch 'master' of http://ldj:3000/root/ldj
This commit is contained in:
commit
8931e08b30
|
@ -68,6 +68,15 @@ namespace DeiNiu.wms.Data.Model
|
||||||
else
|
else
|
||||||
return CustOper(201);
|
return CustOper(201);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public string toFlowNo
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return string.IsNullOrEmpty(_flowNo)?_id+"":_flowNo;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue