feat/trx-order: mcu
- added inlcude on the McuOrder - reuse deleted data on the McuOrderItem - added scope on the McuOrder
This commit is contained in:
@@ -22,7 +22,7 @@ type ReadListDto struct {
|
||||
type FilterDto struct {
|
||||
Code string `json:"code"`
|
||||
Name string `json:"name"`
|
||||
McuSrcCategory_Code *string `json:"mcuSrcCategory-code"`
|
||||
McuSrcCategory_Code *string `json:"mcu-src-category-code"`
|
||||
Search string `json:"search" gormhelper:"searchColumns=Code,Name"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user