Commit 6f02d073 by 陶光胜

init

parent cde62f55
......@@ -3,7 +3,7 @@ package com.gic.enterprise.utils;
import java.io.Serializable;
public class UserDetail implements Serializable {
private Integer userId;
private Integer userId = 2222;
private Integer enterpriseId = 1111;
public Integer getUserId() {
......
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