增加upms常量
This commit is contained in:
parent
8901e17775
commit
afce055cce
|
@ -6,6 +6,7 @@ package com.zheng.upms.common.constant;
|
|||
*/
|
||||
public enum UpmsResultConstant {
|
||||
|
||||
FAILED(0, "failed"),
|
||||
SUCCESS(1, "success"),
|
||||
|
||||
INVALID_LENGTH(10001, "Invalid length"),
|
||||
|
|
Loading…
Reference in New Issue