Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.mogo.commons.data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* Created by congtaowang on 2019/1/7.
|
||||
*/
|
||||
public class BaseData implements Serializable, Cloneable {
|
||||
|
||||
public int code = -1;
|
||||
public String msg;
|
||||
}
|
||||
Reference in New Issue
Block a user