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:
2025-11-01 16:13:40 +07:00
parent 9226decb38
commit e69fe7bbb1
7 changed files with 22 additions and 7 deletions
+1 -1
View File
@@ -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"`
}