1
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user