示例#1
0
 /// <summary>
 /// 通过pweid删除BG_PayWelExpen
 /// </summary>
 /// <param name="dpbid">PWEID</param>
 /// <returns>bool</returns>
 public static bool DelPayWelExpenByPweid(int pweid)
 {
     return(BGPayWelExpenService.DelPayWelExpenByPweid(pweid));
 }
示例#2
0
 /// <summary>
 /// 添加一条【工资福利支出】记录 BG_PayWelExpen
 /// </summary>
 /// <param name="dpb">BGPayWelExpen</param>
 /// <returns>bool</returns>
 public static bool AddPWE(BG_PayWelExpen pwe)
 {
     return(BGPayWelExpenService.AddPWE(pwe));
 }
示例#3
0
 /// <summary>
 /// 工资福利支出表
 /// </summary>
 /// <param name="depid">部门ID</param>
 /// <returns>DataTable</returns>
 public static DataTable GetBGPayExpByDepID(int depid)
 {
     return(BGPayWelExpenService.GetBGPayExpByDepID(depid));
 }