代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/437309/1833994
java role.java
package com.yuanchung.sales.model.admin.role;
/**
* Role entity.
*
* @author MyEclipse Persistence Tools
*/
public class Role implements java.io.Serializable {
// Fields
private
www.eeworm.com/read/436726/1845092
java basemsg.java
package com.jeecms.auxiliary.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the AUXI_MSG table.
* Do not modify this class because it will
www.eeworm.com/read/436726/1845095
java basevoteitem.java
package com.jeecms.auxiliary.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the VOTE_ITEM table.
* Do not modify this class because it will
www.eeworm.com/read/436726/1845162
java basemember.java
package com.jeecms.core.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the core_member table.
* Do not modify this class because it will be
www.eeworm.com/read/436726/1845168
java basefunction.java
package com.jeecms.core.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the core_function table.
* Do not modify this class because it will
www.eeworm.com/read/436726/1845169
java baseadmin.java
package com.jeecms.core.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the CORE_ADMIN table.
* Do not modify this class because it will be
www.eeworm.com/read/436726/1845250
java basecmschannel.java
package com.jeecms.cms.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the CMS_CHANNEL table.
* Do not modify this class because it will be
www.eeworm.com/read/436726/1845255
java basecmscomment.java
package com.jeecms.cms.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the cms_comment table.
* Do not modify this class because it will be
www.eeworm.com/read/436726/1845308
java basedowntype.java
package com.jeecms.download.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the DOWN_TYPE table.
* Do not modify this class because it will
www.eeworm.com/read/436044/1855495
java tbmanager.java
package com.mwq.hibernate.mapping;
public class TbManager implements java.io.Serializable {
// Fields
private Integer id;
private TbRecord tbRecord;
private String password;
pri