UNPKG

b1-sl

Version:

library for connection and session management of the service layer sap b1

16 lines (13 loc) 305 B
class ItemProject { constructor() { this.LineNumber = new Number(); this.ValidFrom = new String(); this.ValidTo = new String(); this.Project = new String(); } LineNumber; ValidFrom; ValidTo; Project; } module.exports = ItemProject;