增加upms常量

This commit is contained in:
shuzheng 2017-03-14 00:18:09 +08:00
parent 8901e17775
commit afce055cce
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ package com.zheng.upms.common.constant;
*/
public enum UpmsResultConstant {
FAILED(0, "failed"),
SUCCESS(1, "success"),
INVALID_LENGTH(10001, "Invalid length"),