| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Data; |
| | | using System.Linq; |
| | | using System.Web; |
| | | using VueWebApi.DLL.DAL; |
| | |
| | | return SystemSettingDAL.NewEncodingRules(rightcode); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | #region[车间公告列表] |
| | | public static ToMessage SystemAnnouncementSearch(string wkspcode, string ancetitle, string ancecont, string cancel, string level, int startNum, int endNum, string prop, string order) |
| | | { |
| | | return SystemSettingDAL.SystemAnnouncementSearch(wkspcode, ancetitle, ancecont, cancel, level, startNum, endNum, prop, order); |
| | | } |
| | | #endregion |
| | | |
| | | #region[车间公告新增编辑提交] |
| | | public static ToMessage SystemAnnouncementAddUpdate(string id,DataTable dt, string ancetitle, string ancecont, string cancel, string level,string username, string opertype) |
| | | { |
| | | return SystemSettingDAL.SystemAnnouncementAddUpdate(id,dt, ancetitle, ancecont, cancel, level, username, opertype); |
| | | } |
| | | #endregion |
| | | |
| | | #region[车间公告删除] |
| | | public static ToMessage SystemAnnouncementDelete(string id) |
| | | { |
| | | return SystemSettingDAL.SystemAnnouncementDelete(id); |
| | | } |
| | | #endregion |
| | | } |
| | | } |