Commit 88574323 by fudahua

插入绑定日志

parent f279c7c8
......@@ -4,8 +4,8 @@ package com.gic.haoban.manage.api.enums;
* Created by hua on 2020/6/24.
*/
public enum BindTypeEnum {
BIND(1),
UNBIND(2);
BIND(0),
UNBIND(1);
private int val;
BindTypeEnum(int val) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment