|
|
@ -8,38 +8,46 @@ namespace ICSSoft.Entity |
|
|
|
{ |
|
|
|
public class MoStockInModel |
|
|
|
{ |
|
|
|
public string Costre { get; set; } |
|
|
|
public string WorkPoint { get; set; } |
|
|
|
public string DepCode { get; set; } |
|
|
|
public string WHCode { get; set; } |
|
|
|
public string MOCode { get; set; } |
|
|
|
public string User { get; set; } |
|
|
|
public string MTime { get; set; } |
|
|
|
public string UpdateTodoQuantity { get; set; } |
|
|
|
public List<MoStockInDetail> details { get; set; } |
|
|
|
} |
|
|
|
|
|
|
|
public class MoStockInDetail |
|
|
|
{ |
|
|
|
public string Costre { get; set; } |
|
|
|
public string Sequence { get; set; } |
|
|
|
public string InvCode { get; set; } |
|
|
|
public string TransCode { get; set; } |
|
|
|
public string TransSequence { get; set; } |
|
|
|
public string Quantity { get; set; } |
|
|
|
public string Amount { get; set; } |
|
|
|
public string AmountMODetailID { get; set; } |
|
|
|
public string ProjectCode { get; set; } |
|
|
|
public string BatchCode { get; set; } |
|
|
|
public string Version { get; set; } |
|
|
|
public string Brand { get; set; } |
|
|
|
public string cFree1 { get; set; } |
|
|
|
public string cFree2 { get; set; } |
|
|
|
public string cFree3 { get; set; } |
|
|
|
public string cFree4 { get; set; } |
|
|
|
public string cFree5 { get; set; } |
|
|
|
public string cFree6 { get; set; } |
|
|
|
public string cFree7 { get; set; } |
|
|
|
public string cFree8 { get; set; } |
|
|
|
public string cFree9 { get; set; } |
|
|
|
public string cFree10 { get; set; } |
|
|
|
public string InvCode { get; set; } |
|
|
|
public string WorkPoint { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
//public string Costre { get; set; }
|
|
|
|
//public string WorkPoint { get; set; }
|
|
|
|
//public string DepCode { get; set; }
|
|
|
|
//public string WHCode { get; set; }
|
|
|
|
//public string MOCode { get; set; }
|
|
|
|
//public string User { get; set; }
|
|
|
|
//public string MTime { get; set; }
|
|
|
|
//public string UpdateTodoQuantity { get; set; }
|
|
|
|
//public List<MoStockInDetail> details { get; set; }
|
|
|
|
} |
|
|
|
|
|
|
|
//public class MoStockInDetail
|
|
|
|
//{
|
|
|
|
// public string Costre { get; set; }
|
|
|
|
// public string Sequence { get; set; }
|
|
|
|
// public string InvCode { get; set; }
|
|
|
|
// public string Quantity { get; set; }
|
|
|
|
// public string Amount { get; set; }
|
|
|
|
// public string AmountMODetailID { get; set; }
|
|
|
|
// public string ProjectCode { get; set; }
|
|
|
|
// public string BatchCode { get; set; }
|
|
|
|
// public string Version { get; set; }
|
|
|
|
// public string Brand { get; set; }
|
|
|
|
// public string cFree1 { get; set; }
|
|
|
|
// public string cFree2 { get; set; }
|
|
|
|
// public string cFree3 { get; set; }
|
|
|
|
// public string cFree4 { get; set; }
|
|
|
|
// public string cFree5 { get; set; }
|
|
|
|
// public string cFree6 { get; set; }
|
|
|
|
// public string cFree7 { get; set; }
|
|
|
|
// public string cFree8 { get; set; }
|
|
|
|
// public string cFree9 { get; set; }
|
|
|
|
// public string cFree10 { get; set; }
|
|
|
|
//}
|
|
|
|
} |