change product id type

This commit is contained in:
gowthaman.b
2024-04-28 19:06:22 +05:30
parent 3b5a0379cb
commit a1751b8918
4 changed files with 10 additions and 2 deletions

View File

@@ -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 = ""