| | |
| | | #endregion |
| | | |
| | | |
| | | #region[生成系统条码(自定义)] |
| | | public static ToMessage LabelBarCode(string rightcode, string partcode, string qty, string onelabqty) |
| | | { |
| | | return SystemSettingDAL.LabelBarCode(rightcode,partcode,qty,onelabqty); |
| | | } |
| | | #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.SystemAnnouncementDelete(id); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #region[App版本升级接口] |
| | | public static ToMessage AppUpgrade(string rid, string vision) |
| | | { |
| | | return SystemSettingDAL.AppUpgrade(rid, vision); |
| | | } |
| | | #endregion |
| | | } |
| | | } |