資源簡介
適合新手SSM項目練手的一個美發管理系統,SSM前端框架,完整的前端框架,配合后臺代碼
適合新手SSM項目練手的一個美發管理系統,SSM前端框架,完整的前端框架,配合后臺代碼
代碼片段和文件信息
package?cn.tedu.salon.bean;
import?java.io.Serializable;
public?class?EmpCategory?implements?Serializable{
/**
?*?
?*/
private?static?final?long?serialVersionUID?=?7960544118796252357L;
private?Integer?id;
private?String?category;
public?EmpCategory()?{
super();
//?TODO?Auto-generated?constructor?stub
}
public?EmpCategory(Integer?id?String?category)?{
super();
this.id?=?id;
this.category?=?category;
}
public?Integer?getId()?{
return?id;
}
public?void?setId(Integer?id)?{
this.id?=?id;
}
public?String?getCategory()?{
return?category;
}
public?void?setCategory(String?category)?{
this.category?=?category;
}
@Override
public?int?hashCode()?{
final?int?prime?=?31;
int?result?=?1;
result?=?prime?*?result?+?((category?==?null)???0?:?category.hashCode());
result?=?prime?*?result?+?((id?==?null)???0?:?id.hashCode());
return?result;
}
@Override
public?boolean?equals(object?obj)?{
if?(this?==?obj)
return?true;
if?(obj?==?null)
return?false;
if?(getClass()?!=?obj.getClass())
return?false;
EmpCategory?other?=?(EmpCategory)?obj;
if?(category?==?null)?{
if?(other.category?!=?null)
return?false;
}?else?if?(!category.equals(other.category))
return?false;
if?(id?==?null)?{
if?(other.id?!=?null)
return?false;
}?else?if?(!id.equals(other.id))
return?false;
return?true;
}
@Override
public?String?toString()?{
return?“EmpCategory?[id=“?+?id?+?“?category=“?+?category?+?“]“;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1913??2018-06-25?21:27??SalonMS\.classpath
?????文件???????1216??2018-02-02?13:51??SalonMS\.project
?????文件????????657??2018-02-06?10:59??SalonMS\.settings\.jsdtscope
?????文件?????????57??2018-02-06?18:32??SalonMS\.settings\org.eclipse.core.resources.prefs
?????文件????????736??2018-02-06?12:11??SalonMS\.settings\org.eclipse.jdt.core.prefs
?????文件?????????90??2018-02-02?10:53??SalonMS\.settings\org.eclipse.m2e.core.prefs
?????文件????????632??2018-02-06?10:59??SalonMS\.settings\org.eclipse.wst.common.component
?????文件????????292??2018-02-06?12:11??SalonMS\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件?????????49??2018-02-02?10:53??SalonMS\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2018-02-02?10:53??SalonMS\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件?????????50??2018-02-02?10:53??SalonMS\.settings\org.eclipse.wst.validation.prefs
?????文件???????2633??2018-02-06?10:59??SalonMS\pom.xm
?????文件???????1555??2018-02-06?11:06??SalonMS\src\main\java\cn\tedu\salon\bean\EmpCategory.java
?????文件???????3218??2018-02-27?08:36??SalonMS\src\main\java\cn\tedu\salon\bean\Employee.java
?????文件???????1375??2018-02-06?11:06??SalonMS\src\main\java\cn\tedu\salon\bean\Result.java
?????文件???????1351??2018-02-26?14:49??SalonMS\src\main\java\cn\tedu\salon\bean\Store.java
?????文件???????3404??2018-09-14?19:41??SalonMS\src\main\java\cn\tedu\salon\controller\EmpCategoryController.java
?????文件????????845??2018-02-27?09:41??SalonMS\src\main\java\cn\tedu\salon\controller\EmployeeController.java
?????文件???????3226??2018-02-08?16:18??SalonMS\src\main\java\cn\tedu\salon\controller\StoreController.java
?????文件????????569??2018-02-27?09:38??SalonMS\src\main\java\cn\tedu\salon\mapper\EmpCategoryMapper.java
?????文件????????148??2018-02-27?09:31??SalonMS\src\main\java\cn\tedu\salon\mapper\EmployeeMapper.java
?????文件????????479??2018-02-27?09:37??SalonMS\src\main\java\cn\tedu\salon\mapper\StoreMapper.java
?????文件????????535??2018-02-27?09:38??SalonMS\src\main\java\cn\tedu\salon\service\EmpCategoryService.java
?????文件???????1224??2018-02-27?09:39??SalonMS\src\main\java\cn\tedu\salon\service\EmpCategoryServiceImpl.java
?????文件????????144??2018-02-27?09:32??SalonMS\src\main\java\cn\tedu\salon\service\EmpService.java
?????文件????????431??2018-02-27?09:32??SalonMS\src\main\java\cn\tedu\salon\service\EmpServiceImpl.java
?????文件????????438??2018-02-27?09:37??SalonMS\src\main\java\cn\tedu\salon\service\StoreService.java
?????文件???????1065??2018-02-27?09:38??SalonMS\src\main\java\cn\tedu\salon\service\StoreServiceImpl.java
?????文件????????129??2018-02-02?16:23??SalonMS\src\main\resources\db.properties
?????文件???????1396??2018-02-27?09:36??SalonMS\src\main\resources\mappers\EmpCategoryMapper.xm
............此處省略8029個文件信息
- 上一篇:cifar10圖片版
- 下一篇:現代航空電子系統與綜合
評論
共有 條評論