update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2023-11-06 12:38:12 +07:00
parent 6fcb0a856a
commit 4c9484d57e
16 changed files with 533 additions and 21 deletions

View File

@@ -23,6 +23,7 @@ namespace rmutr_report.Models
public decimal? quantity { get; set; }
public decimal? quantity_person { get; set; }
public decimal? amount { get; set; }
public decimal? total_amount { get; set; }
public decimal? quantity_work { get; set; }
public string unit { get; set; }
}