@hugo.ye/common 1.0.76 → 1.0.79

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.
Files changed (238) hide show
  1. package/build/models/case-file.entity.d.ts +16 -0
  2. package/build/models/case-file.entity.d.ts.map +1 -0
  3. package/build/models/case-file.entity.js +89 -0
  4. package/build/models/case-file.entity.js.map +1 -0
  5. package/build/models/{order-progress-timeline.entity.d.ts → case-progress-timeline.entity.d.ts} +3 -3
  6. package/build/models/case-progress-timeline.entity.d.ts.map +1 -0
  7. package/build/models/{order-progress-timeline.entity.js → case-progress-timeline.entity.js} +14 -13
  8. package/build/models/case-progress-timeline.entity.js.map +1 -0
  9. package/build/models/case.entity.d.ts +14 -0
  10. package/build/models/case.entity.d.ts.map +1 -0
  11. package/build/models/case.entity.js +85 -0
  12. package/build/models/case.entity.js.map +1 -0
  13. package/build/models/finance.entity.d.ts +12 -0
  14. package/build/models/finance.entity.d.ts.map +1 -0
  15. package/build/models/finance.entity.js +68 -0
  16. package/build/models/finance.entity.js.map +1 -0
  17. package/build/models/index.d.ts +7 -2
  18. package/build/models/index.d.ts.map +1 -1
  19. package/build/models/index.js +7 -2
  20. package/build/models/index.js.map +1 -1
  21. package/build/models/member-certification.entity.d.ts +13 -0
  22. package/build/models/member-certification.entity.d.ts.map +1 -0
  23. package/build/models/member-certification.entity.js +74 -0
  24. package/build/models/member-certification.entity.js.map +1 -0
  25. package/build/models/member.entity.d.ts +7 -1
  26. package/build/models/member.entity.d.ts.map +1 -1
  27. package/build/models/member.entity.js +43 -1
  28. package/build/models/member.entity.js.map +1 -1
  29. package/build/models/order-file.entity.d.ts +6 -5
  30. package/build/models/order-file.entity.d.ts.map +1 -1
  31. package/build/models/order-file.entity.js +19 -12
  32. package/build/models/order-file.entity.js.map +1 -1
  33. package/build/models/order.entity.d.ts +3 -2
  34. package/build/models/order.entity.d.ts.map +1 -1
  35. package/build/models/order.entity.js +21 -9
  36. package/build/models/order.entity.js.map +1 -1
  37. package/build/models/todo.entity.d.ts +12 -0
  38. package/build/models/todo.entity.d.ts.map +1 -0
  39. package/build/{models copy/order-progress-timeline.entity.js → models/todo.entity.js} +32 -31
  40. package/build/models/todo.entity.js.map +1 -0
  41. package/build/repositories/case-file.repository.d.ts +8 -0
  42. package/build/repositories/case-file.repository.d.ts.map +1 -0
  43. package/build/repositories/case-file.repository.js +31 -0
  44. package/build/repositories/case-file.repository.js.map +1 -0
  45. package/build/repositories/case-progress-timeline.repository.d.ts +8 -0
  46. package/build/repositories/case-progress-timeline.repository.d.ts.map +1 -0
  47. package/build/repositories/case-progress-timeline.repository.js +31 -0
  48. package/build/repositories/case-progress-timeline.repository.js.map +1 -0
  49. package/build/repositories/case.repository.d.ts +8 -0
  50. package/build/repositories/case.repository.d.ts.map +1 -0
  51. package/build/repositories/case.repository.js +31 -0
  52. package/build/repositories/case.repository.js.map +1 -0
  53. package/build/repositories/index.d.ts +4 -0
  54. package/build/repositories/index.d.ts.map +1 -1
  55. package/build/repositories/index.js +4 -0
  56. package/build/repositories/index.js.map +1 -1
  57. package/build/repositories/order-file.repository.d.ts +8 -0
  58. package/build/repositories/order-file.repository.d.ts.map +1 -0
  59. package/build/repositories/order-file.repository.js +31 -0
  60. package/build/repositories/order-file.repository.js.map +1 -0
  61. package/build/repositories/todo.repository.d.ts +8 -0
  62. package/build/repositories/todo.repository.d.ts.map +1 -0
  63. package/build/repositories/todo.repository.js +31 -0
  64. package/build/repositories/todo.repository.js.map +1 -0
  65. package/package.json +1 -1
  66. package/build/models/order-progress-timeline.entity.d.ts.map +0 -1
  67. package/build/models/order-progress-timeline.entity.js.map +0 -1
  68. package/build/models copy/banner-item.entity.d.ts +0 -11
  69. package/build/models copy/banner-item.entity.d.ts.map +0 -1
  70. package/build/models copy/banner-item.entity.js +0 -58
  71. package/build/models copy/banner-item.entity.js.map +0 -1
  72. package/build/models copy/banner.entity.d.ts +0 -11
  73. package/build/models copy/banner.entity.d.ts.map +0 -1
  74. package/build/models copy/banner.entity.js +0 -65
  75. package/build/models copy/banner.entity.js.map +0 -1
  76. package/build/models copy/brand.entity.d.ts +0 -13
  77. package/build/models copy/brand.entity.d.ts.map +0 -1
  78. package/build/models copy/brand.entity.js +0 -77
  79. package/build/models copy/brand.entity.js.map +0 -1
  80. package/build/models copy/campaign-category.entity.d.ts +0 -2
  81. package/build/models copy/campaign-category.entity.d.ts.map +0 -1
  82. package/build/models copy/campaign-category.entity.js +0 -2
  83. package/build/models copy/campaign-category.entity.js.map +0 -1
  84. package/build/models copy/campaign-items.entity.d.ts +0 -12
  85. package/build/models copy/campaign-items.entity.d.ts.map +0 -1
  86. package/build/models copy/campaign-items.entity.js +0 -64
  87. package/build/models copy/campaign-items.entity.js.map +0 -1
  88. package/build/models copy/campaign-type.entity.d.ts +0 -2
  89. package/build/models copy/campaign-type.entity.d.ts.map +0 -1
  90. package/build/models copy/campaign-type.entity.js +0 -2
  91. package/build/models copy/campaign-type.entity.js.map +0 -1
  92. package/build/models copy/campaign-viewer.entity.d.ts +0 -2
  93. package/build/models copy/campaign-viewer.entity.d.ts.map +0 -1
  94. package/build/models copy/campaign-viewer.entity.js +0 -2
  95. package/build/models copy/campaign-viewer.entity.js.map +0 -1
  96. package/build/models copy/campaigns.entity.d.ts +0 -18
  97. package/build/models copy/campaigns.entity.d.ts.map +0 -1
  98. package/build/models copy/campaigns.entity.js +0 -110
  99. package/build/models copy/campaigns.entity.js.map +0 -1
  100. package/build/models copy/category.entity.d.ts +0 -14
  101. package/build/models copy/category.entity.d.ts.map +0 -1
  102. package/build/models copy/category.entity.js +0 -83
  103. package/build/models copy/category.entity.js.map +0 -1
  104. package/build/models copy/chat-contacts-apply.entity.d.ts +0 -8
  105. package/build/models copy/chat-contacts-apply.entity.d.ts.map +0 -1
  106. package/build/models copy/chat-contacts-apply.entity.js +0 -46
  107. package/build/models copy/chat-contacts-apply.entity.js.map +0 -1
  108. package/build/models copy/chat-contacts.entity.d.ts +0 -8
  109. package/build/models copy/chat-contacts.entity.d.ts.map +0 -1
  110. package/build/models copy/chat-contacts.entity.js +0 -40
  111. package/build/models copy/chat-contacts.entity.js.map +0 -1
  112. package/build/models copy/chat-group-user.entity.d.ts +0 -7
  113. package/build/models copy/chat-group-user.entity.d.ts.map +0 -1
  114. package/build/models copy/chat-group-user.entity.js +0 -39
  115. package/build/models copy/chat-group-user.entity.js.map +0 -1
  116. package/build/models copy/chat-group.entity.d.ts +0 -11
  117. package/build/models copy/chat-group.entity.d.ts.map +0 -1
  118. package/build/models copy/chat-group.entity.js +0 -66
  119. package/build/models copy/chat-group.entity.js.map +0 -1
  120. package/build/models copy/chat-read.entity.d.ts +0 -8
  121. package/build/models copy/chat-read.entity.d.ts.map +0 -1
  122. package/build/models copy/chat-read.entity.js +0 -40
  123. package/build/models copy/chat-read.entity.js.map +0 -1
  124. package/build/models copy/chat.entity.d.ts +0 -11
  125. package/build/models copy/chat.entity.d.ts.map +0 -1
  126. package/build/models copy/chat.entity.js +0 -60
  127. package/build/models copy/chat.entity.js.map +0 -1
  128. package/build/models copy/continent.entity.d.ts +0 -6
  129. package/build/models copy/continent.entity.d.ts.map +0 -1
  130. package/build/models copy/continent.entity.js +0 -35
  131. package/build/models copy/continent.entity.js.map +0 -1
  132. package/build/models copy/count-member-daily-amount.entity.d.ts +0 -7
  133. package/build/models copy/count-member-daily-amount.entity.d.ts.map +0 -1
  134. package/build/models copy/count-member-daily-amount.entity.js +0 -42
  135. package/build/models copy/count-member-daily-amount.entity.js.map +0 -1
  136. package/build/models copy/count-member-daily-order-status.entity.d.ts +0 -13
  137. package/build/models copy/count-member-daily-order-status.entity.d.ts.map +0 -1
  138. package/build/models copy/count-member-daily-order-status.entity.js +0 -78
  139. package/build/models copy/count-member-daily-order-status.entity.js.map +0 -1
  140. package/build/models copy/country.entity.d.ts +0 -15
  141. package/build/models copy/country.entity.d.ts.map +0 -1
  142. package/build/models copy/country.entity.js +0 -96
  143. package/build/models copy/country.entity.js.map +0 -1
  144. package/build/models copy/index.d.ts +0 -42
  145. package/build/models copy/index.d.ts.map +0 -1
  146. package/build/models copy/index.js +0 -42
  147. package/build/models copy/index.js.map +0 -1
  148. package/build/models copy/log.entity.d.ts +0 -11
  149. package/build/models copy/log.entity.d.ts.map +0 -1
  150. package/build/models copy/log.entity.js +0 -63
  151. package/build/models copy/log.entity.js.map +0 -1
  152. package/build/models copy/member.entity.d.ts +0 -53
  153. package/build/models copy/member.entity.d.ts.map +0 -1
  154. package/build/models copy/member.entity.js +0 -322
  155. package/build/models copy/member.entity.js.map +0 -1
  156. package/build/models copy/news.entity.d.ts +0 -15
  157. package/build/models copy/news.entity.d.ts.map +0 -1
  158. package/build/models copy/news.entity.js +0 -87
  159. package/build/models copy/news.entity.js.map +0 -1
  160. package/build/models copy/order-file.entity.d.ts +0 -13
  161. package/build/models copy/order-file.entity.d.ts.map +0 -1
  162. package/build/models copy/order-file.entity.js +0 -74
  163. package/build/models copy/order-file.entity.js.map +0 -1
  164. package/build/models copy/order-item.entity.d.ts +0 -13
  165. package/build/models copy/order-item.entity.d.ts.map +0 -1
  166. package/build/models copy/order-item.entity.js +0 -70
  167. package/build/models copy/order-item.entity.js.map +0 -1
  168. package/build/models copy/order-progress-timeline.entity.d.ts +0 -11
  169. package/build/models copy/order-progress-timeline.entity.d.ts.map +0 -1
  170. package/build/models copy/order-progress-timeline.entity.js.map +0 -1
  171. package/build/models copy/order.entity.d.ts +0 -45
  172. package/build/models copy/order.entity.d.ts.map +0 -1
  173. package/build/models copy/order.entity.js +0 -271
  174. package/build/models copy/order.entity.js.map +0 -1
  175. package/build/models copy/page.entity.d.ts +0 -13
  176. package/build/models copy/page.entity.d.ts.map +0 -1
  177. package/build/models copy/page.entity.js +0 -75
  178. package/build/models copy/page.entity.js.map +0 -1
  179. package/build/models copy/product-document.entity.d.ts +0 -14
  180. package/build/models copy/product-document.entity.d.ts.map +0 -1
  181. package/build/models copy/product-document.entity.js +0 -76
  182. package/build/models copy/product-document.entity.js.map +0 -1
  183. package/build/models copy/product-picture.entity.d.ts +0 -8
  184. package/build/models copy/product-picture.entity.d.ts.map +0 -1
  185. package/build/models copy/product-picture.entity.js +0 -40
  186. package/build/models copy/product-picture.entity.js.map +0 -1
  187. package/build/models copy/product-sku.entity.d.ts +0 -15
  188. package/build/models copy/product-sku.entity.d.ts.map +0 -1
  189. package/build/models copy/product-sku.entity.js +0 -82
  190. package/build/models copy/product-sku.entity.js.map +0 -1
  191. package/build/models copy/product.entity.d.ts +0 -33
  192. package/build/models copy/product.entity.d.ts.map +0 -1
  193. package/build/models copy/product.entity.js +0 -187
  194. package/build/models copy/product.entity.js.map +0 -1
  195. package/build/models copy/recharge-record.entity.d.ts +0 -9
  196. package/build/models copy/recharge-record.entity.d.ts.map +0 -1
  197. package/build/models copy/recharge-record.entity.js +0 -50
  198. package/build/models copy/recharge-record.entity.js.map +0 -1
  199. package/build/models copy/remove-result.entity.d.ts +0 -4
  200. package/build/models copy/remove-result.entity.d.ts.map +0 -1
  201. package/build/models copy/remove-result.entity.js +0 -23
  202. package/build/models copy/remove-result.entity.js.map +0 -1
  203. package/build/models copy/roles.entity.d.ts +0 -6
  204. package/build/models copy/roles.entity.d.ts.map +0 -1
  205. package/build/models copy/roles.entity.js +0 -34
  206. package/build/models copy/roles.entity.js.map +0 -1
  207. package/build/models copy/service-fee.entity.d.ts +0 -19
  208. package/build/models copy/service-fee.entity.d.ts.map +0 -1
  209. package/build/models copy/service-fee.entity.js +0 -119
  210. package/build/models copy/service-fee.entity.js.map +0 -1
  211. package/build/models copy/service.entity.d.ts +0 -7
  212. package/build/models copy/service.entity.d.ts.map +0 -1
  213. package/build/models copy/service.entity.js +0 -40
  214. package/build/models copy/service.entity.js.map +0 -1
  215. package/build/models copy/setting-member-level.entity.d.ts +0 -14
  216. package/build/models copy/setting-member-level.entity.d.ts.map +0 -1
  217. package/build/models copy/setting-member-level.entity.js +0 -82
  218. package/build/models copy/setting-member-level.entity.js.map +0 -1
  219. package/build/models copy/token.entity.d.ts +0 -4
  220. package/build/models copy/token.entity.d.ts.map +0 -1
  221. package/build/models copy/token.entity.js +0 -23
  222. package/build/models copy/token.entity.js.map +0 -1
  223. package/build/models copy/trademark.entity.d.ts +0 -16
  224. package/build/models copy/trademark.entity.d.ts.map +0 -1
  225. package/build/models copy/trademark.entity.js +0 -88
  226. package/build/models copy/trademark.entity.js.map +0 -1
  227. package/build/models copy/user-profile.entity.d.ts +0 -15
  228. package/build/models copy/user-profile.entity.d.ts.map +0 -1
  229. package/build/models copy/user-profile.entity.js +0 -82
  230. package/build/models copy/user-profile.entity.js.map +0 -1
  231. package/build/models copy/users.entity.d.ts +0 -18
  232. package/build/models copy/users.entity.d.ts.map +0 -1
  233. package/build/models copy/users.entity.js +0 -103
  234. package/build/models copy/users.entity.js.map +0 -1
  235. package/build/models copy/visit-logs.entity.d.ts +0 -8
  236. package/build/models copy/visit-logs.entity.d.ts.map +0 -1
  237. package/build/models copy/visit-logs.entity.js +0 -40
  238. package/build/models copy/visit-logs.entity.js.map +0 -1
@@ -1,82 +0,0 @@
1
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
- return c > 3 && r && Object.defineProperty(target, key, r), r;
6
- };
7
- var __metadata = (this && this.__metadata) || function (k, v) {
8
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
- };
10
- import { Directive, Field, ObjectType } from "@nestjs/graphql";
11
- import { Column, Entity, ManyToOne } from "typeorm";
12
- import { AbstractEntity, ProductEntity } from "../index.js";
13
- let ProductSkuEntity = class ProductSkuEntity extends AbstractEntity {
14
- picture;
15
- label;
16
- value;
17
- description;
18
- originalPrice;
19
- discountPrice;
20
- memberPrice;
21
- discountPercent;
22
- stock;
23
- product;
24
- };
25
- __decorate([
26
- Column({ nullable: true }),
27
- Field({ nullable: true }),
28
- __metadata("design:type", String)
29
- ], ProductSkuEntity.prototype, "picture", void 0);
30
- __decorate([
31
- Column(),
32
- Field(),
33
- __metadata("design:type", String)
34
- ], ProductSkuEntity.prototype, "label", void 0);
35
- __decorate([
36
- Column(),
37
- Field(),
38
- __metadata("design:type", String)
39
- ], ProductSkuEntity.prototype, "value", void 0);
40
- __decorate([
41
- Column({ nullable: true }),
42
- Field({ nullable: true }),
43
- __metadata("design:type", String)
44
- ], ProductSkuEntity.prototype, "description", void 0);
45
- __decorate([
46
- Column({ type: 'decimal', precision: 10, scale: 3 }),
47
- Field({ defaultValue: 0 }),
48
- __metadata("design:type", Number)
49
- ], ProductSkuEntity.prototype, "originalPrice", void 0);
50
- __decorate([
51
- Column({ default: 0, type: 'decimal', precision: 10, scale: 3 }),
52
- Field({ defaultValue: 0 }),
53
- __metadata("design:type", Number)
54
- ], ProductSkuEntity.prototype, "discountPrice", void 0);
55
- __decorate([
56
- Column({ default: 0, type: 'decimal', precision: 10, scale: 3 }),
57
- Field({ defaultValue: 0 }),
58
- __metadata("design:type", Number)
59
- ], ProductSkuEntity.prototype, "memberPrice", void 0);
60
- __decorate([
61
- Column({ default: 0 }),
62
- Field({ defaultValue: 0 }),
63
- __metadata("design:type", Number)
64
- ], ProductSkuEntity.prototype, "discountPercent", void 0);
65
- __decorate([
66
- Column({ default: 0 }),
67
- Field({ defaultValue: 0 }),
68
- __metadata("design:type", Number)
69
- ], ProductSkuEntity.prototype, "stock", void 0);
70
- __decorate([
71
- ManyToOne(() => ProductEntity, product => product.sku, { onDelete: 'CASCADE', nullable: true }),
72
- Field(() => ProductEntity, { nullable: true }),
73
- Directive('@shareable'),
74
- __metadata("design:type", Object)
75
- ], ProductSkuEntity.prototype, "product", void 0);
76
- ProductSkuEntity = __decorate([
77
- Entity(),
78
- ObjectType(),
79
- Directive('@key(fields:"id,picture,label,value,description,originalPrice,discountPrice,memberPrice,discountPercent,stock")')
80
- ], ProductSkuEntity);
81
- export { ProductSkuEntity };
82
- //# sourceMappingURL=product-sku.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"product-sku.entity.js","sourceRoot":"","sources":["../../src/models copy/product-sku.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAiB,MAAM,SAAS,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAKrD,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,cAAgC;IAIlE,OAAO,CAAS;IAIhB,KAAK,CAAS;IAId,KAAK,CAAS;IAId,WAAW,CAAS;IAIpB,aAAa,CAAS;IAItB,aAAa,CAAS;IAItB,WAAW,CAAS;IAIpB,eAAe,CAAS;IAIxB,KAAK,CAAS;IAKd,OAAO,CAAyB;CACnC,CAAA;AAtCG;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACV;AAIhB;IAFC,MAAM,EAAE;IACR,KAAK,EAAE;;+CACM;AAId;IAFC,MAAM,EAAE;IACR,KAAK,EAAE;;+CACM;AAId;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDACN;AAIpB;IAFC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;IACpD,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;uDACL;AAItB;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;IAChE,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;uDACL;AAItB;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;IAChE,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;qDACP;AAIpB;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACtB,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;yDACH;AAIxB;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACtB,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;+CACb;AAKd;IAHC,SAAS,CAAC,GAAG,EAAE,CAAC,aAAa,EAAE,OAAO,CAAC,EAAE,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC/F,KAAK,CAAC,GAAG,EAAE,CAAC,aAAa,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9C,SAAS,CAAC,YAAY,CAAC;;iDACQ;AAzCvB,gBAAgB;IAH5B,MAAM,EAAE;IACR,UAAU,EAAE;IACZ,SAAS,CAAC,iHAAiH,CAAC;GAChH,gBAAgB,CA0C5B"}
@@ -1,33 +0,0 @@
1
- import { AbstractEntity, BrandEntity, CategoryEntity, ProductPictureEntity } from "../index.js";
2
- import { type Relation } from "typeorm";
3
- import { ProductDocumentEntity } from "./product-document.entity.ts";
4
- import { ProductSkuEntity } from "./product-sku.entity.ts";
5
- export declare class ProductEntity extends AbstractEntity<ProductEntity> {
6
- name: string;
7
- originalPrice: number;
8
- salePrice: number;
9
- model: string;
10
- variants: string;
11
- description: string;
12
- customOptions: string;
13
- startDisplayDate: Date;
14
- endDisplayDate: Date;
15
- startSellDate: Date;
16
- endSellDate: Date;
17
- totalStock: number;
18
- surplusStock: number;
19
- pageView: number;
20
- reviews: number;
21
- stars: number;
22
- serialNumber: string;
23
- createdDate: Date;
24
- createdBy: string;
25
- updatedBy: string;
26
- updatedDate: Date;
27
- brand: Relation<BrandEntity>;
28
- category: Relation<CategoryEntity>;
29
- pictures: ProductPictureEntity[];
30
- documents: ProductDocumentEntity[];
31
- sku: ProductSkuEntity[];
32
- }
33
- //# sourceMappingURL=product.entity.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"product.entity.d.ts","sourceRoot":"","sources":["../../src/models copy/product.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAEhG,OAAO,EAAmD,KAAK,QAAQ,EAAE,MAAM,SAAS,CAAC;AACzF,OAAO,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE3D,qBAGa,aAAc,SAAQ,cAAc,CAAC,aAAa,CAAC;IAI5D,IAAI,EAAE,MAAM,CAAC;IAIb,aAAa,EAAE,MAAM,CAAC;IAItB,SAAS,EAAE,MAAM,CAAC;IAIlB,KAAK,EAAE,MAAM,CAAC;IAId,QAAQ,EAAE,MAAM,CAAC;IAIjB,WAAW,EAAE,MAAM,CAAC;IAIpB,aAAa,EAAE,MAAM,CAAC;IAItB,gBAAgB,EAAE,IAAI,CAAC;IAIvB,cAAc,EAAE,IAAI,CAAC;IAIrB,aAAa,EAAE,IAAI,CAAC;IAIpB,WAAW,EAAE,IAAI,CAAC;IAIlB,UAAU,EAAE,MAAM,CAAC;IAInB,YAAY,EAAE,MAAM,CAAC;IAIrB,QAAQ,EAAE,MAAM,CAAC;IAIjB,OAAO,EAAE,MAAM,CAAC;IAIhB,KAAK,EAAE,MAAM,CAAC;IAId,YAAY,EAAE,MAAM,CAAC;IAIrB,WAAW,EAAE,IAAI,CAAC;IAIlB,SAAS,EAAE,MAAM,CAAC;IAIlB,SAAS,EAAE,MAAM,CAAC;IAIlB,WAAW,EAAE,IAAI,CAAA;IAKjB,KAAK,EAAE,QAAQ,CAAC,WAAW,CAAC,CAAA;IAK5B,QAAQ,EAAE,QAAQ,CAAC,cAAc,CAAC,CAAA;IAMlC,QAAQ,EAAE,oBAAoB,EAAE,CAAA;IAMhC,SAAS,EAAE,qBAAqB,EAAE,CAAA;IAMlC,GAAG,EAAE,gBAAgB,EAAE,CAAA;CAE1B"}
@@ -1,187 +0,0 @@
1
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
- return c > 3 && r && Object.defineProperty(target, key, r), r;
6
- };
7
- var __metadata = (this && this.__metadata) || function (k, v) {
8
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
- };
10
- import { AbstractEntity, BrandEntity, CategoryEntity, ProductPictureEntity } from "../index.js";
11
- import { Directive, Field, ObjectType } from "@nestjs/graphql";
12
- import { Column, Entity, JoinTable, ManyToOne, OneToMany } from "typeorm";
13
- import { ProductDocumentEntity } from "./product-document.entity.js";
14
- import { ProductSkuEntity } from "./product-sku.entity.js";
15
- let ProductEntity = class ProductEntity extends AbstractEntity {
16
- name;
17
- originalPrice;
18
- salePrice;
19
- model;
20
- variants;
21
- description;
22
- customOptions;
23
- startDisplayDate;
24
- endDisplayDate;
25
- startSellDate;
26
- endSellDate;
27
- totalStock;
28
- surplusStock;
29
- pageView;
30
- reviews;
31
- stars;
32
- serialNumber;
33
- createdDate;
34
- createdBy;
35
- updatedBy;
36
- updatedDate;
37
- brand;
38
- category;
39
- pictures;
40
- documents;
41
- sku;
42
- };
43
- __decorate([
44
- Column(),
45
- Field(),
46
- __metadata("design:type", String)
47
- ], ProductEntity.prototype, "name", void 0);
48
- __decorate([
49
- Column({ default: 0, type: 'decimal', precision: 10, scale: 3 }),
50
- Field({ defaultValue: 0 }),
51
- __metadata("design:type", Number)
52
- ], ProductEntity.prototype, "originalPrice", void 0);
53
- __decorate([
54
- Column({ default: 0, type: 'decimal', precision: 10, scale: 3 }),
55
- Field({ defaultValue: 0 }),
56
- __metadata("design:type", Number)
57
- ], ProductEntity.prototype, "salePrice", void 0);
58
- __decorate([
59
- Column({ nullable: true }),
60
- Field({ nullable: true }),
61
- __metadata("design:type", String)
62
- ], ProductEntity.prototype, "model", void 0);
63
- __decorate([
64
- Column({ nullable: true }),
65
- Field({ nullable: true }),
66
- __metadata("design:type", String)
67
- ], ProductEntity.prototype, "variants", void 0);
68
- __decorate([
69
- Column({ nullable: true }),
70
- Field({ nullable: true }),
71
- __metadata("design:type", String)
72
- ], ProductEntity.prototype, "description", void 0);
73
- __decorate([
74
- Column({ nullable: true }),
75
- Field({ nullable: true }),
76
- __metadata("design:type", String)
77
- ], ProductEntity.prototype, "customOptions", void 0);
78
- __decorate([
79
- Column({ nullable: true }),
80
- Field(() => Date, { nullable: true }),
81
- __metadata("design:type", Date)
82
- ], ProductEntity.prototype, "startDisplayDate", void 0);
83
- __decorate([
84
- Column({ nullable: true }),
85
- Field(() => Date, { nullable: true }),
86
- __metadata("design:type", Date)
87
- ], ProductEntity.prototype, "endDisplayDate", void 0);
88
- __decorate([
89
- Column({ nullable: true }),
90
- Field(() => Date, { nullable: true }),
91
- __metadata("design:type", Date)
92
- ], ProductEntity.prototype, "startSellDate", void 0);
93
- __decorate([
94
- Column({ nullable: true }),
95
- Field(() => Date, { nullable: true }),
96
- __metadata("design:type", Date)
97
- ], ProductEntity.prototype, "endSellDate", void 0);
98
- __decorate([
99
- Column({ default: 0 }),
100
- Field({ defaultValue: 0 }),
101
- __metadata("design:type", Number)
102
- ], ProductEntity.prototype, "totalStock", void 0);
103
- __decorate([
104
- Column({ default: 0 }),
105
- Field({ defaultValue: 0 }),
106
- __metadata("design:type", Number)
107
- ], ProductEntity.prototype, "surplusStock", void 0);
108
- __decorate([
109
- Column({ default: 0 }),
110
- Field({ defaultValue: 0 }),
111
- __metadata("design:type", Number)
112
- ], ProductEntity.prototype, "pageView", void 0);
113
- __decorate([
114
- Column({ default: 0 }),
115
- Field({ defaultValue: 0 }),
116
- __metadata("design:type", Number)
117
- ], ProductEntity.prototype, "reviews", void 0);
118
- __decorate([
119
- Column({ default: 0 }),
120
- Field({ defaultValue: 0 }),
121
- __metadata("design:type", Number)
122
- ], ProductEntity.prototype, "stars", void 0);
123
- __decorate([
124
- Column({ nullable: true }),
125
- Field({ nullable: true }),
126
- __metadata("design:type", String)
127
- ], ProductEntity.prototype, "serialNumber", void 0);
128
- __decorate([
129
- Column(),
130
- Field(() => Date, { nullable: true }),
131
- __metadata("design:type", Date)
132
- ], ProductEntity.prototype, "createdDate", void 0);
133
- __decorate([
134
- Column(),
135
- Field({ nullable: true }),
136
- __metadata("design:type", String)
137
- ], ProductEntity.prototype, "createdBy", void 0);
138
- __decorate([
139
- Column({ nullable: true }),
140
- Field({ nullable: true }),
141
- __metadata("design:type", String)
142
- ], ProductEntity.prototype, "updatedBy", void 0);
143
- __decorate([
144
- Column({ nullable: true }),
145
- Field(() => Date, { nullable: true }),
146
- __metadata("design:type", Date)
147
- ], ProductEntity.prototype, "updatedDate", void 0);
148
- __decorate([
149
- ManyToOne(() => BrandEntity, brand => brand.products, { nullable: true }),
150
- Field(() => BrandEntity, { nullable: true }),
151
- Directive('@shareable'),
152
- __metadata("design:type", Object)
153
- ], ProductEntity.prototype, "brand", void 0);
154
- __decorate([
155
- ManyToOne(() => CategoryEntity, category => category.products, { nullable: true }),
156
- Field(() => CategoryEntity, { nullable: true }),
157
- Directive('@shareable'),
158
- __metadata("design:type", Object)
159
- ], ProductEntity.prototype, "category", void 0);
160
- __decorate([
161
- OneToMany(() => ProductPictureEntity, productPicture => productPicture.product, { nullable: true, cascade: true }),
162
- JoinTable(),
163
- Field(() => [ProductPictureEntity], { nullable: true }),
164
- Directive('@shareable'),
165
- __metadata("design:type", Array)
166
- ], ProductEntity.prototype, "pictures", void 0);
167
- __decorate([
168
- OneToMany(() => ProductDocumentEntity, productDocument => productDocument.product, { nullable: true, cascade: true }),
169
- JoinTable(),
170
- Field(() => [ProductDocumentEntity], { nullable: true }),
171
- Directive('@shareable'),
172
- __metadata("design:type", Array)
173
- ], ProductEntity.prototype, "documents", void 0);
174
- __decorate([
175
- OneToMany(() => ProductSkuEntity, productSku => productSku.product, { nullable: true, cascade: true }),
176
- JoinTable(),
177
- Field(() => [ProductSkuEntity], { nullable: true }),
178
- Directive('@shareable'),
179
- __metadata("design:type", Array)
180
- ], ProductEntity.prototype, "sku", void 0);
181
- ProductEntity = __decorate([
182
- Entity(),
183
- ObjectType(),
184
- Directive('@key(fields:"id,name,originalPrice,salePrice,model,variants,description,customOptions,startDisplayDate,endDisplayDate,startSellDate,endSellDate,totalStock,surplusStock,pageView,reviews,stars,serialNumber,createdDate,createdBy,updatedDate,updatedBy")')
185
- ], ProductEntity);
186
- export { ProductEntity };
187
- //# sourceMappingURL=product.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"product.entity.js","sourceRoot":"","sources":["../../src/models copy/product.entity.ts"],"names":[],"mappings":"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"}
@@ -1,9 +0,0 @@
1
- import { AbstractEntity, MemberEntity } from '../index.js';
2
- import { type Relation } from 'typeorm';
3
- export declare class RechargeRecordEntity extends AbstractEntity<RechargeRecordEntity> {
4
- amount: number;
5
- beforeAmount: number;
6
- createdDate: Date;
7
- member: Relation<MemberEntity>;
8
- }
9
- //# sourceMappingURL=recharge-record.entity.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"recharge-record.entity.d.ts","sourceRoot":"","sources":["../../src/models copy/recharge-record.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE3D,OAAO,EAAyC,KAAK,QAAQ,EAAE,MAAM,SAAS,CAAC;AAE/E,qBAGa,oBAAqB,SAAQ,cAAc,CAAC,oBAAoB,CAAC;IAG5E,MAAM,EAAE,MAAM,CAAC;IAIf,YAAY,EAAE,MAAM,CAAC;IAIrB,WAAW,EAAE,IAAI,CAAC;IASlB,MAAM,EAAE,QAAQ,CAAC,YAAY,CAAC,CAAC;CAChC"}
@@ -1,50 +0,0 @@
1
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
- return c > 3 && r && Object.defineProperty(target, key, r), r;
6
- };
7
- var __metadata = (this && this.__metadata) || function (k, v) {
8
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
- };
10
- import { AbstractEntity, MemberEntity } from '../index.js';
11
- import { Directive, Field, ObjectType } from '@nestjs/graphql';
12
- import { Column, Entity, JoinColumn, ManyToOne } from 'typeorm';
13
- let RechargeRecordEntity = class RechargeRecordEntity extends AbstractEntity {
14
- amount;
15
- beforeAmount;
16
- createdDate;
17
- member;
18
- };
19
- __decorate([
20
- Column(),
21
- Field(),
22
- __metadata("design:type", Number)
23
- ], RechargeRecordEntity.prototype, "amount", void 0);
24
- __decorate([
25
- Column({ default: 0 }),
26
- Field({ defaultValue: 0 }),
27
- __metadata("design:type", Number)
28
- ], RechargeRecordEntity.prototype, "beforeAmount", void 0);
29
- __decorate([
30
- Column(),
31
- Field(() => Date, { nullable: true }),
32
- __metadata("design:type", Date)
33
- ], RechargeRecordEntity.prototype, "createdDate", void 0);
34
- __decorate([
35
- ManyToOne(() => MemberEntity, (member) => member.recharges, {
36
- cascade: true,
37
- nullable: true,
38
- }),
39
- Field(() => MemberEntity, { nullable: true }),
40
- Directive('@shareable'),
41
- JoinColumn(),
42
- __metadata("design:type", Object)
43
- ], RechargeRecordEntity.prototype, "member", void 0);
44
- RechargeRecordEntity = __decorate([
45
- Entity(),
46
- ObjectType(),
47
- Directive("@key(fields:'id,amount,beforeAmount,createdDate')")
48
- ], RechargeRecordEntity);
49
- export { RechargeRecordEntity };
50
- //# sourceMappingURL=recharge-record.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"recharge-record.entity.js","sourceRoot":"","sources":["../../src/models copy/recharge-record.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3D,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAiB,MAAM,SAAS,CAAC;AAKxE,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,cAAoC;IAG5E,MAAM,CAAS;IAIf,YAAY,CAAS;IAIrB,WAAW,CAAO;IASlB,MAAM,CAAyB;CAChC,CAAA;AAlBC;IAFC,MAAM,EAAE;IACR,KAAK,EAAE;;oDACO;AAIf;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACtB,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;0DACN;AAIrB;IAFC,MAAM,EAAE;IACR,KAAK,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACzB,IAAI;yDAAC;AASlB;IAPC,SAAS,CAAC,GAAG,EAAE,CAAC,YAAY,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,SAAS,EAAE;QAC3D,OAAO,EAAE,IAAI;QACb,QAAQ,EAAE,IAAI;KACf,CAAC;IACD,KAAK,CAAC,GAAG,EAAE,CAAC,YAAY,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,SAAS,CAAC,YAAY,CAAC;IACvB,UAAU,EAAE;;oDACkB;AApBpB,oBAAoB;IAHhC,MAAM,EAAE;IACR,UAAU,EAAE;IACZ,SAAS,CAAC,mDAAmD,CAAC;GAClD,oBAAoB,CAqBhC"}
@@ -1,4 +0,0 @@
1
- export declare class RemoveResult {
2
- result: string;
3
- }
4
- //# sourceMappingURL=remove-result.entity.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"remove-result.entity.d.ts","sourceRoot":"","sources":["../../src/models copy/remove-result.entity.ts"],"names":[],"mappings":"AAEA,qBAEa,YAAY;IAGrB,MAAM,EAAE,MAAM,CAAC;CAClB"}
@@ -1,23 +0,0 @@
1
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
- return c > 3 && r && Object.defineProperty(target, key, r), r;
6
- };
7
- var __metadata = (this && this.__metadata) || function (k, v) {
8
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
- };
10
- import { Directive, Field, ObjectType } from "@nestjs/graphql";
11
- let RemoveResult = class RemoveResult {
12
- result;
13
- };
14
- __decorate([
15
- Field(),
16
- __metadata("design:type", String)
17
- ], RemoveResult.prototype, "result", void 0);
18
- RemoveResult = __decorate([
19
- ObjectType(),
20
- Directive('@key(fields:"result")')
21
- ], RemoveResult);
22
- export { RemoveResult };
23
- //# sourceMappingURL=remove-result.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"remove-result.entity.js","sourceRoot":"","sources":["../../src/models copy/remove-result.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAIxD,IAAM,YAAY,GAAlB,MAAM,YAAY;IAGrB,MAAM,CAAS;CAClB,CAAA;AADG;IADC,KAAK,EAAE;;4CACO;AAHN,YAAY;IAFxB,UAAU,EAAE;IACZ,SAAS,CAAC,uBAAuB,CAAC;GACtB,YAAY,CAIxB"}
@@ -1,6 +0,0 @@
1
- import { AbstractEntity, UserEntity } from "../index.js";
2
- export declare class RoleEntity extends AbstractEntity<RoleEntity> {
3
- name: string;
4
- users: UserEntity[];
5
- }
6
- //# sourceMappingURL=roles.entity.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"roles.entity.d.ts","sourceRoot":"","sources":["../../src/models copy/roles.entity.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAGzD,qBAGa,UAAW,SAAQ,cAAc,CAAC,UAAU,CAAC;IAItD,IAAI,EAAE,MAAM,CAAC;IAKb,KAAK,EAAE,UAAU,EAAE,CAAA;CACtB"}
@@ -1,34 +0,0 @@
1
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
- return c > 3 && r && Object.defineProperty(target, key, r), r;
6
- };
7
- var __metadata = (this && this.__metadata) || function (k, v) {
8
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
- };
10
- import { Directive, Field, ObjectType } from "@nestjs/graphql";
11
- import { AbstractEntity, UserEntity } from "../index.js";
12
- import { Column, Entity, ManyToMany } from "typeorm";
13
- let RoleEntity = class RoleEntity extends AbstractEntity {
14
- name;
15
- users;
16
- };
17
- __decorate([
18
- Column(),
19
- Field(),
20
- __metadata("design:type", String)
21
- ], RoleEntity.prototype, "name", void 0);
22
- __decorate([
23
- ManyToMany(() => UserEntity, user => user.roles),
24
- Directive('@shareable'),
25
- Field(() => [UserEntity], { nullable: true }),
26
- __metadata("design:type", Array)
27
- ], RoleEntity.prototype, "users", void 0);
28
- RoleEntity = __decorate([
29
- Entity(),
30
- ObjectType(),
31
- Directive('@key(fields:"id,name")')
32
- ], RoleEntity);
33
- export { RoleEntity };
34
- //# sourceMappingURL=roles.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"roles.entity.js","sourceRoot":"","sources":["../../src/models copy/roles.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAK9C,IAAM,UAAU,GAAhB,MAAM,UAAW,SAAQ,cAA0B;IAItD,IAAI,CAAS;IAKb,KAAK,CAAc;CACtB,CAAA;AANG;IAFC,MAAM,EAAE;IACR,KAAK,EAAE;;wCACK;AAKb;IAHC,UAAU,CAAC,GAAG,EAAE,CAAC,UAAU,EAAE,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC;IAChD,SAAS,CAAC,YAAY,CAAC;IACvB,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC,UAAU,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;yCAC3B;AATV,UAAU;IAHtB,MAAM,EAAE;IACR,UAAU,EAAE;IACZ,SAAS,CAAC,wBAAwB,CAAC;GACvB,UAAU,CAUtB"}
@@ -1,19 +0,0 @@
1
- import { type Relation } from 'typeorm';
2
- import { AbstractEntity, CountryEntity } from '../index.js';
3
- import { ServiceEntity } from './service.entity.ts';
4
- export declare class ServiceFeeEntity extends AbstractEntity<ServiceFeeEntity> {
5
- qtyFrom: number;
6
- qtyTo: number;
7
- officialFee: number;
8
- percentage: number;
9
- calculationMethod: number;
10
- attorneyDirectFilingFee: number;
11
- attorneyOptimalFee: number;
12
- inipaFee: number;
13
- optionalFee: number;
14
- optionalFeeReason: string;
15
- remark: string;
16
- service: Relation<ServiceEntity>;
17
- country: Relation<CountryEntity>;
18
- }
19
- //# sourceMappingURL=service-fee.entity.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"service-fee.entity.d.ts","sourceRoot":"","sources":["../../src/models copy/service-fee.entity.ts"],"names":[],"mappings":"AACA,OAAO,EAAyC,KAAK,QAAQ,EAAE,MAAM,SAAS,CAAC;AAC/E,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEpD,qBAKa,gBAAiB,SAAQ,cAAc,CAAC,gBAAgB,CAAC;IAKpE,OAAO,EAAE,MAAM,CAAC;IAIhB,KAAK,EAAE,MAAM,CAAC;IAKd,WAAW,EAAE,MAAM,CAAC;IAIpB,UAAU,EAAE,MAAM,CAAC;IAInB,iBAAiB,EAAE,MAAM,CAAC;IAK1B,uBAAuB,EAAE,MAAM,CAAC;IAKhC,kBAAkB,EAAE,MAAM,CAAC;IAK3B,QAAQ,EAAE,MAAM,CAAC;IAKjB,WAAW,EAAE,MAAM,CAAC;IAKpB,iBAAiB,EAAE,MAAM,CAAC;IAK1B,MAAM,EAAE,MAAM,CAAC;IAQf,OAAO,EAAE,QAAQ,CAAC,aAAa,CAAC,CAAC;IASjC,OAAO,EAAE,QAAQ,CAAC,aAAa,CAAC,CAAC;CAClC"}
@@ -1,119 +0,0 @@
1
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
- return c > 3 && r && Object.defineProperty(target, key, r), r;
6
- };
7
- var __metadata = (this && this.__metadata) || function (k, v) {
8
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
- };
10
- import { Directive, Field, ObjectType } from '@nestjs/graphql';
11
- import { Column, Entity, JoinColumn, ManyToOne } from 'typeorm';
12
- import { AbstractEntity, CountryEntity } from '../index.js';
13
- import { ServiceEntity } from "./service.entity.js";
14
- let ServiceFeeEntity = class ServiceFeeEntity extends AbstractEntity {
15
- // 根据申请数量范围设定不同的价格
16
- // 数量范围设置,开始数量
17
- qtyFrom;
18
- // 数量范围设置,结束数量
19
- qtyTo;
20
- // 官方规定费用
21
- officialFee;
22
- percentage;
23
- calculationMethod; // 官方服务费计算方式: 1(固定金额)2(递增固定金额,如每件增加50元)3(倍增,即乘以件数)
24
- // 律师直通提交价
25
- attorneyDirectFilingFee;
26
- // 律师最优中标价
27
- attorneyOptimalFee;
28
- // INIPA 服务费
29
- inipaFee;
30
- // 附加费用
31
- optionalFee;
32
- // 附加费用原因
33
- optionalFeeReason;
34
- // 备注
35
- remark;
36
- service;
37
- country;
38
- };
39
- __decorate([
40
- Column({ default: 1 }),
41
- Field({ defaultValue: 1 }),
42
- __metadata("design:type", Number)
43
- ], ServiceFeeEntity.prototype, "qtyFrom", void 0);
44
- __decorate([
45
- Column({ default: 1 }),
46
- Field({ defaultValue: 1 }),
47
- __metadata("design:type", Number)
48
- ], ServiceFeeEntity.prototype, "qtyTo", void 0);
49
- __decorate([
50
- Column({ default: 0, type: 'decimal', precision: 10, scale: 2 }),
51
- Field({ defaultValue: 0 }),
52
- __metadata("design:type", Number)
53
- ], ServiceFeeEntity.prototype, "officialFee", void 0);
54
- __decorate([
55
- Column({ default: 100, comment: '按官方规定费用的百分之几' }),
56
- Field({ defaultValue: 100 }),
57
- __metadata("design:type", Number)
58
- ], ServiceFeeEntity.prototype, "percentage", void 0);
59
- __decorate([
60
- Column({ default: 1 }),
61
- Field({ defaultValue: 1 }),
62
- __metadata("design:type", Number)
63
- ], ServiceFeeEntity.prototype, "calculationMethod", void 0);
64
- __decorate([
65
- Column({ default: 0, type: 'decimal', precision: 10, scale: 2 }),
66
- Field({ defaultValue: 0 }),
67
- __metadata("design:type", Number)
68
- ], ServiceFeeEntity.prototype, "attorneyDirectFilingFee", void 0);
69
- __decorate([
70
- Column({ default: 0, type: 'decimal', precision: 10, scale: 2 }),
71
- Field({ defaultValue: 0 }),
72
- __metadata("design:type", Number)
73
- ], ServiceFeeEntity.prototype, "attorneyOptimalFee", void 0);
74
- __decorate([
75
- Column({ default: 0, type: 'decimal', precision: 10, scale: 2 }),
76
- Field({ defaultValue: 0 }),
77
- __metadata("design:type", Number)
78
- ], ServiceFeeEntity.prototype, "inipaFee", void 0);
79
- __decorate([
80
- Column({ default: 0, type: 'decimal', precision: 10, scale: 2 }),
81
- Field({ defaultValue: 0 }),
82
- __metadata("design:type", Number)
83
- ], ServiceFeeEntity.prototype, "optionalFee", void 0);
84
- __decorate([
85
- Column({ nullable: true }),
86
- Field({ nullable: true }),
87
- __metadata("design:type", String)
88
- ], ServiceFeeEntity.prototype, "optionalFeeReason", void 0);
89
- __decorate([
90
- Column({ nullable: true }),
91
- Field({ nullable: true }),
92
- __metadata("design:type", String)
93
- ], ServiceFeeEntity.prototype, "remark", void 0);
94
- __decorate([
95
- ManyToOne(() => ServiceEntity, (service) => service.fees, {
96
- onDelete: 'CASCADE',
97
- nullable: true,
98
- }),
99
- Field(() => ServiceEntity, { nullable: true }),
100
- Directive('@shareable'),
101
- __metadata("design:type", Object)
102
- ], ServiceFeeEntity.prototype, "service", void 0);
103
- __decorate([
104
- ManyToOne(() => CountryEntity, (country) => country.fees, {
105
- cascade: true,
106
- nullable: true,
107
- }),
108
- Field(() => CountryEntity, { nullable: true }),
109
- Directive('@shareable'),
110
- JoinColumn(),
111
- __metadata("design:type", Object)
112
- ], ServiceFeeEntity.prototype, "country", void 0);
113
- ServiceFeeEntity = __decorate([
114
- Entity(),
115
- ObjectType(),
116
- Directive('@key(fields:"id,qtyFrom,qtyTo,percentage,calculationMethod,officialFee,attorneyDirectFilingFee,attorneyOptimalFee,inipaFee,optionalFee,optionalFeeReason,remark")')
117
- ], ServiceFeeEntity);
118
- export { ServiceFeeEntity };
119
- //# sourceMappingURL=service-fee.entity.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"service-fee.entity.js","sourceRoot":"","sources":["../../src/models copy/service-fee.entity.ts"],"names":[],"mappings":"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"}
@@ -1,7 +0,0 @@
1
- import { AbstractEntity } from '../index.js';
2
- import { ServiceFeeEntity } from './service-fee.entity.ts';
3
- export declare class ServiceEntity extends AbstractEntity<ServiceEntity> {
4
- name: string;
5
- fees: ServiceFeeEntity[];
6
- }
7
- //# sourceMappingURL=service.entity.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"service.entity.d.ts","sourceRoot":"","sources":["../../src/models copy/service.entity.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAmB,MAAM,aAAa,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE3D,qBAGa,aAAc,SAAQ,cAAc,CAAC,aAAa,CAAC;IAI9D,IAAI,EAAE,MAAM,CAAC;IASb,IAAI,EAAE,gBAAgB,EAAE,CAAC;CAC1B"}