UNPKG

node-suitetalk

Version:
15 lines (10 loc) 312 B
"use strict"; const SearchRowBasic = require("./common/searchRowBasic"); class cashSaleSearchRowBasic extends SearchRowBasic { constructor() { super(); this._name = "cashSaleSearchRowBasic"; this._type = "tranSales"; } } module.exports = cashSaleSearchRowBasic;