Adding SupplierParameters to suppliers

This commit is contained in:
TeoV
2018-01-17 11:46:58 +02:00
committed by Dan Christian Bogos
parent b616ae5938
commit a0c19be103
19 changed files with 347 additions and 263 deletions

View File

@@ -537,8 +537,9 @@ type TpSupplier struct {
SupplierResourceIDs string `index:"10" re:""`
SupplierStatIDs string `index:"11" re:""`
SupplierWeight float64 `index:"12" re:"\d+\.?\d*"`
Blocker bool `index:"13" re:""`
Weight float64 `index:"14" re:"\d+\.?\d*"`
SupplierParameters string `index:"13" re:""`
Blocker bool `index:"14" re:""`
Weight float64 `index:"15" re:"\d+\.?\d*"`
CreatedAt time.Time
}