Exemplo n.º 1
0
 public List <PTJobTable> GetInfoPT(int empid, string name)
 {
     return(PTJobTable.getPtInfo(empid, name));
 }
Exemplo n.º 2
0
 public int GetOKPTJobNum(int e_id)
 {
     return(PTJobTable.GetOKPTJobNum(e_id));
 }
Exemplo n.º 3
0
 public int ptstuupdata(int pt_id)
 {
     return(PTJobTable.ptstuupdata(pt_id));
 }
Exemplo n.º 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));
 }
Exemplo n.º 5
0
 public int ptdelete(int id)
 {
     return(PTJobTable.ptdelete(id));
 }
Exemplo n.º 6
0
 public PTJob GetPTJobById(int pt_id)
 {
     return(PTJobTable.GetPTJobById(pt_id));
 }
Exemplo n.º 7
0
 private List <PTJob> QueryListCondiction2(SqlParameter[] paras)
 {
     return(PTJobTable.QueryListCondiction2(paras));
 }
Exemplo n.º 8
0
 /// <summary>
 /// 获取热门兼职的数据
 /// </summary>
 /// <returns>兼职表的集合</returns>
 public List <PTJobTable> getHotName()
 {
     return(PTJobTable.getHotName());
 }