예제 #1
0
 public AdjustRequestInfo()
 {
     Stock       = new StockInfo();
     InvoiceInfo = new AdjustRequestInvoiceInfo();
 }
예제 #2
0
 public ShiftRequestInfo()
 {
     SourceStock = new StockInfo();
     TargetStock = new StockInfo();
 }