From 4114759a57d73661937f28a765fb8a67c017b14b Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期二, 24 六月 2025 16:28:41 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/devlop' into devlop --- rsf-server/src/main/java/com/vincent/rsf/server/common/constant/Constants.java | 37 +++++++++++++++++++++++++++++++++++++ 1 files changed, 37 insertions(+), 0 deletions(-) diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/common/constant/Constants.java b/rsf-server/src/main/java/com/vincent/rsf/server/common/constant/Constants.java index 497c35f..406e377 100644 --- a/rsf-server/src/main/java/com/vincent/rsf/server/common/constant/Constants.java +++ b/rsf-server/src/main/java/com/vincent/rsf/server/common/constant/Constants.java @@ -1,5 +1,7 @@ package com.vincent.rsf.server.common.constant; +import io.swagger.models.auth.In; + /** * 绯荤粺甯搁噺 * Created by vincent on 2019-10-29 15:55 @@ -90,4 +92,39 @@ */ public static final String TOKEN_TYPE = "Bearer"; + /** + * 搴撳瓨鍑哄簱 + */ + public static final String TASK_TYPE_OUT_STOCK = "outStock"; + + /** + * 搴撳瓨鐩樼偣鍑哄簱 + */ + public static final String TASK_TYPE_OUT_CHECK = "check"; + + /** + * 鍗曟嵁鍑哄簱 + */ + public static final String TASK_TYPE_ORDER_OUT_STOCK = "OrderOutStock"; + + /** + * 鎷f枡鍑哄簱 + */ + public static final String TASK_TYPE_OUT_PICK = "pick"; + + /** + * 鎺掑簭榛樿鍊� + */ + public static final Integer TASK_SORT_DEFAULT_VALUE = 49; + + /** + * 鎺掑簭鏈�澶у�� + */ + public static final Integer TASK_SORT_MAX_VALUE = 999; + + /** + * 鎺掑簭鏈�灏忓�� + */ + public static final Integer TASK_SORT_MIN_VALUE = 0; + } -- Gitblit v1.9.1