@things-factory/warehouse-base 6.2.0 → 6.2.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/warehouse-base",
3
- "version": "6.2.0",
3
+ "version": "6.2.1",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -26,10 +26,10 @@
26
26
  "dependencies": {
27
27
  "@things-factory/biz-base": "^6.2.0",
28
28
  "@things-factory/id-rule-base": "^6.2.0",
29
- "@things-factory/integration-sellercraft": "^6.2.0",
30
- "@things-factory/marketplace-base": "^6.2.0",
29
+ "@things-factory/integration-sellercraft": "^6.2.1",
30
+ "@things-factory/marketplace-base": "^6.2.1",
31
31
  "@things-factory/product-base": "^6.2.0",
32
32
  "@things-factory/setting-base": "^6.2.0"
33
33
  },
34
- "gitHead": "2a98db1ae602fa3b2c73ffbcdd1cf3262a793d84"
34
+ "gitHead": "9f31c9e1266a516f3fd0968fd7c79645c943262b"
35
35
  }
@@ -221,6 +221,12 @@ export class NewInventory {
221
221
  @Field({ nullable: true })
222
222
  remark?: string
223
223
 
224
+ @Field({ nullable: true })
225
+ productColor?: string
226
+
227
+ @Field({ nullable: true })
228
+ productQuality?: string
229
+
224
230
  @Field({ nullable: true })
225
231
  workCategory?: string
226
232