Beispiel #1
0
 public List <PTJobTable> GetInfoPT(int empid, string name)
 {
     return(PTJobTable.getPtInfo(empid, name));
 }
Beispiel #2
0
 public int GetOKPTJobNum(int e_id)
 {
     return(PTJobTable.GetOKPTJobNum(e_id));
 }
Beispiel #3
0
 public int ptstuupdata(int pt_id)
 {
     return(PTJobTable.ptstuupdata(pt_id));
 }
Beispiel #4
0
 public int ptadd(string kind, string time, int money, string address, string name, string tel, int need, string State, int eid)
 {
     return(PTJobTable.ptadd(kind, time, money, address, name, tel, need, State, eid));
 }
Beispiel #5
0
 public int ptdelete(int id)
 {
     return(PTJobTable.ptdelete(id));
 }
Beispiel #6
0
 public PTJob GetPTJobById(int pt_id)
 {
     return(PTJobTable.GetPTJobById(pt_id));
 }
Beispiel #7
0
 private List <PTJob> QueryListCondiction2(SqlParameter[] paras)
 {
     return(PTJobTable.QueryListCondiction2(paras));
 }
Beispiel #8
0
 /// <summary>
 /// 获取热门兼职的数据
 /// </summary>
 /// <returns>兼职表的集合</returns>
 public List <PTJobTable> getHotName()
 {
     return(PTJobTable.getHotName());
 }