All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.ipokerface.admin.entity.AdminAccountUpdate Maven / Gradle / Ivy

There is a newer version: 2.7.2
Show newest version
package cn.ipokerface.admin.entity;

import cn.ipokerface.common.model.BaseIdModel;

/**
 * Created by       PokerFace
 * Create Date      2021/5/2.
 * Email:
 * Version          1.0.0
 * 

* Description: */ public class AdminAccountUpdate extends BaseIdModel { private String mobile; private String name; private String remark; public String getMobile() { return mobile; } public void setMobile(String mobile) { this.mobile = mobile; } public String getName() { return name; } public void setName(String name) { this.name = name; } public String getRemark() { return remark; } public void setRemark(String remark) { this.remark = remark; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy