operator login command

This commit is contained in:
Sola
2015-12-12 11:10:08 +08:00
parent 8a8281b973
commit 8b44cedf58
19 changed files with 111 additions and 188 deletions

View File

@@ -23,6 +23,8 @@ import javax.persistence.Table;
@Table(name = "operators")
public class Operator {
public static final String PROPERTY_WECHAT = "wechat";
@Id
@Column(name = "id", nullable = false, insertable = false, updatable = false)
private Integer id;