change product id type
This commit is contained in:
@@ -318,7 +318,7 @@ open class Product : BaseTenantModel() {
|
||||
this.uom = updatedProduct.uom
|
||||
}
|
||||
|
||||
var id: Long? = null
|
||||
var id: String? = null
|
||||
var name: String = ""
|
||||
var description: String = ""
|
||||
var hsnCode: String = ""
|
||||
|
||||
Reference in New Issue
Block a user