b1-sl
Version:
library for connection and session management of the service layer sap b1
19 lines (15 loc) • 364 B
JavaScript
class ChildTable {
constructor(){
this.SonNumber = new Number();
this.TableName = new String();
this.LogTableName = new String();
this.Code = new String();
this.ObjectName = new String();
}
SonNumber;
TableName;
LogTableName;
Code;
ObjectName;
}
module.exports = ChildTable;