Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -170,7 +170,17 @@ type ProductionProductCostingOnMLSaveRequest struct {
|
||||
}
|
||||
|
||||
type ProductionProductCostingOnMLSaveResponse struct {
|
||||
NOnMLNo int `json:"n_onml_no"`
|
||||
NOnMLNo int `json:"n_onml_no"`
|
||||
Warnings []string `json:"warnings,omitempty"`
|
||||
}
|
||||
|
||||
type ProductionProductCostingTbStokExistsBulkRequest struct {
|
||||
Codes []string `json:"codes"`
|
||||
}
|
||||
|
||||
type ProductionProductCostingTbStokExistsBulkResponse struct {
|
||||
Missing []string `json:"missing"`
|
||||
Error string `json:"error,omitempty"`
|
||||
}
|
||||
|
||||
type ProductionProductCostingOnMLDeleteRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user