代码INIT,修改基本框架

This commit is contained in:
limqhz
2022-05-01 22:41:10 +08:00
parent 3fdb3799ff
commit 5e12c34a3d
63 changed files with 189 additions and 119 deletions

View File

@@ -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 {