111
This commit is contained in:
parent
6d3968b1ac
commit
4faa16a7cc
@ -78,7 +78,7 @@ func GetProductListDto(m []*model.Product) []*ProductDto {
|
|||||||
IsDelete: v.IsDelete,
|
IsDelete: v.IsDelete,
|
||||||
PrescriptionNum: v.PrescriptionNum,
|
PrescriptionNum: v.PrescriptionNum,
|
||||||
ProductName: v.ProductName,
|
ProductName: v.ProductName,
|
||||||
CommonName: v.ProductName,
|
CommonName: v.CommonName,
|
||||||
ProductPrice: v.ProductPrice,
|
ProductPrice: v.ProductPrice,
|
||||||
MnemonicCode: v.MnemonicCode,
|
MnemonicCode: v.MnemonicCode,
|
||||||
ProductType: v.ProductType,
|
ProductType: v.ProductType,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user