lib_angar_new 2.0.20 → 2.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,7 +18,7 @@ let ClsTimesheeStock = class ClsTimesheeStock extends ts_serializer_1.Serializab
|
|
|
18
18
|
this.Storeman = 0;
|
|
19
19
|
this.Title = "";
|
|
20
20
|
this.Login = "";
|
|
21
|
-
this.
|
|
21
|
+
this.Uuid = "";
|
|
22
22
|
this.List = new Array();
|
|
23
23
|
}
|
|
24
24
|
};
|
|
@@ -28,9 +28,9 @@ __decorate([
|
|
|
28
28
|
__metadata("design:type", Number)
|
|
29
29
|
], ClsTimesheeStock.prototype, "Storeman", void 0);
|
|
30
30
|
__decorate([
|
|
31
|
-
(0, ts_serializer_1.SerializeProperty)({ map: "
|
|
31
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "Uuid", optional: true }),
|
|
32
32
|
__metadata("design:type", String)
|
|
33
|
-
], ClsTimesheeStock.prototype, "
|
|
33
|
+
], ClsTimesheeStock.prototype, "Uuid", void 0);
|
|
34
34
|
__decorate([
|
|
35
35
|
(0, ts_serializer_1.SerializeProperty)({ map: "Title", optional: true }),
|
|
36
36
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClsTimesheeStock.js","sourceRoot":"","sources":["ClsTimesheeStock.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA2E;AAC3E,uDAAoD;AAG7C,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,4BAAY;IAiCjD;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,QAAQ,GAAG,CAAC,CAAC;QAClB,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;QAChB,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;QAChB,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"ClsTimesheeStock.js","sourceRoot":"","sources":["ClsTimesheeStock.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA2E;AAC3E,uDAAoD;AAG7C,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,4BAAY;IAiCjD;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,QAAQ,GAAG,CAAC,CAAC;QAClB,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;QAChB,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;QAChB,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC;QACf,IAAI,CAAC,IAAI,GAAG,IAAI,KAAK,EAAmB,CAAC;IAC1C,CAAC;CACD,CAAA;AA1CY,4CAAgB;AAMrB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDAC/B;AAOjB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;8CAC/B;AAMb;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CAC/B;AAMd;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CAC/B;AAMd;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,iCAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACzE,KAAK;8CAAkB;2BA/BxB,gBAAgB;IAD5B,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,gBAAgB,CA0C5B"}
|
|
@@ -14,8 +14,8 @@ export class ClsTimesheeStock extends Serializable
|
|
|
14
14
|
/**
|
|
15
15
|
* uuid записи
|
|
16
16
|
*/
|
|
17
|
-
@SerializeProperty({ map: "
|
|
18
|
-
public
|
|
17
|
+
@SerializeProperty({ map: "Uuid", optional: true })
|
|
18
|
+
public Uuid: string;
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
* ФИО кладовщика
|
|
@@ -41,7 +41,7 @@ export class ClsTimesheeStock extends Serializable
|
|
|
41
41
|
this.Storeman = 0;
|
|
42
42
|
this.Title = "";
|
|
43
43
|
this.Login = "";
|
|
44
|
-
this.
|
|
44
|
+
this.Uuid = "";
|
|
45
45
|
this.List = new Array<ClsTimesheeDate>();
|
|
46
46
|
}
|
|
47
47
|
}
|