cecon-interfaces 1.2.92 → 1.2.93
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,10 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.MottuOrderEntity = void 0;
|
4
4
|
var order_deliverery_man_entity_1 = require("./order-deliverery-man.entity");
|
5
5
|
var MottuOrderEntity = /** @class */ (function () {
|
6
|
-
// #endregion Properties (
|
6
|
+
// #endregion Properties (18)
|
7
7
|
// #region Constructors (1)
|
8
8
|
function MottuOrderEntity(data) {
|
9
|
-
// #region Properties (
|
9
|
+
// #region Properties (18)
|
10
10
|
this.code = '';
|
11
11
|
this.createdAt = new Date();
|
12
12
|
this.deliveryFee = 0;
|
package/dist/package.json
CHANGED