代码INIT,修改基本框架
This commit is contained in:
@@ -16,13 +16,13 @@ import lombok.experimental.Accessors;
|
||||
*
|
||||
* </p>
|
||||
*
|
||||
* @author 遇见狂神说
|
||||
* @author limqsh
|
||||
* @since 2020-06-28
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@Accessors(chain = true)
|
||||
@TableName("ks_user")
|
||||
@TableName("qn_user")
|
||||
@ApiModel(value="User对象", description="")
|
||||
public class User implements Serializable {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user