package micromcuorderitem type SubCreateDto struct { McuSrc_Code string `json:"mcuSrc_code" validate:"required"` Note string `json:"note"` }