This commit is contained in:
@@ -11,6 +11,7 @@ namespace rmutr_report.Models
|
||||
public decimal? quantity_1 { get; set; }
|
||||
public decimal? quantity_2 { get; set; }
|
||||
public decimal? quantity_3 { get; set; }
|
||||
public decimal? quantity_4 { get; set; }
|
||||
public decimal? total_amount { get; set; }
|
||||
public List<expense_detail> data { get; set; }
|
||||
}
|
||||
@@ -21,6 +22,7 @@ namespace rmutr_report.Models
|
||||
public decimal? quantity_1 { get; set; }
|
||||
public decimal? quantity_2 { get; set; }
|
||||
public decimal? quantity_3 { get; set; }
|
||||
public decimal? quantity_4 { get; set; }
|
||||
public decimal? total_amount { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -16,6 +16,7 @@ namespace rmutr_report.Models
|
||||
public decimal? quantity { get; set; }
|
||||
public string unit { get; set; }
|
||||
public decimal? unit_price { get; set; }
|
||||
public decimal? quantity_month { get; set; }
|
||||
public decimal? total_amount { get; set; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user