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

com.yqjr.modules.user.model.TransModel Maven / Gradle / Ivy

/**
 * 
 */
package com.yqjr.modules.user.model;

/**
 * ClassName: TransModel 
* Description: TODO
* Create By: admin
* Create Date: 2017年7月10日 下午6:38:51
* Modified By:
* Modified Date:
* Modified Content:
* Version: 1.0
* */ public class TransModel extends UserModel { /** * */ private static final long serialVersionUID = 2884153950513465166L; private String transKey; /** * @return the transKey */ public String getTransKey() { return transKey; } /** * @param transKey * the transKey to set */ public void setTransKey(String transKey) { this.transKey = transKey; } /* * (non-Javadoc) * * @see com.yqjr.modules.user.model.UserModel#getTransactionalKey() */ @Override public String getTransactionalKey() { return transKey; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy