This commit is contained in:
2024-07-25 09:22:18 +08:00
parent f03c276746
commit 6b4e8545b3
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ func GetProductDto(m *model.Product) *ProductDto {
IsDelete: m.IsDelete,
PrescriptionNum: m.PrescriptionNum,
ProductName: m.ProductName,
CommonName: m.ProductName,
CommonName: m.CommonName,
ProductPrice: m.ProductPrice,
MnemonicCode: m.MnemonicCode,
ProductType: m.ProductType,