|
@@ -7,7 +7,7 @@ var Schema = mongoose.Schema;
|
|
|
|
|
|
var GLJSchema = new Schema({
|
|
var GLJSchema = new Schema({
|
|
ID: Number,
|
|
ID: Number,
|
|
- ProjectID: Number,
|
|
|
|
|
|
+ projectID: Number,
|
|
orgRQuantity: String, //Decimal
|
|
orgRQuantity: String, //Decimal
|
|
rQuantity: String, //Decimal
|
|
rQuantity: String, //Decimal
|
|
customQuantity: String, //Decimal
|
|
customQuantity: String, //Decimal
|