| | |
| | | |
| | | |
| | | #region[用户清单数据查询] |
| | | public static ToMessage UserSearch(string UserCode, string UserName, string StuOrg, string Enable, int startNum, int endNum, string prop, string order) |
| | | public static ToMessage UserSearch(string UserCode, string UserName, string StuOrg,string wagetype, string Enable, int startNum, int endNum, string prop, string order) |
| | | { |
| | | return BasicSettingDAL.UserSearch(UserCode, UserName, StuOrg, Enable, startNum, endNum, prop, order); |
| | | return BasicSettingDAL.UserSearch(UserCode, UserName, StuOrg, wagetype, Enable, startNum, endNum, prop, order); |
| | | } |
| | | #endregion |
| | | |
| | |
| | | #endregion |
| | | |
| | | #region[用户清单新增编辑] |
| | | public static ToMessage AddUpdateUser(string UserId, string UserCode, string UserName, string Enable,string LoginOrg,string Mobile,string Email, string Operator, string OperType) |
| | | public static ToMessage AddUpdateUser(string UserId, string UserCode, string UserName,string Password, string Enable,string LoginOrg,string wagetype, string Mobile,string Email, string Operator, string OperType) |
| | | { |
| | | return BasicSettingDAL.AddUpdateUser(UserId, UserCode, UserName, Enable, LoginOrg, Mobile, Email, Operator, OperType); |
| | | return BasicSettingDAL.AddUpdateUser(UserId, UserCode, UserName, Password, Enable, LoginOrg, wagetype, Mobile, Email, Operator, OperType); |
| | | } |
| | | #endregion |
| | | |
| | |
| | | public static ToMessage SaveUserAssoctRole(string usercode, List<RoleUserSubmit> json) |
| | | { |
| | | return BasicSettingDAL.SaveUserAssoctRole(usercode,json); |
| | | } |
| | | #endregion |
| | | |
| | | #region[用户清单导入] |
| | | public static ToMessage ImportUserExcel(string username, string filesName) |
| | | { |
| | | return BasicSettingDAL.ImportUserExcel(username, filesName); |
| | | } |
| | | #endregion |
| | | |
| | |
| | | } |
| | | #endregion |
| | | |
| | | #region[角色类型下拉接口] |
| | | public static ToMessage RoleTypeSelect() |
| | | { |
| | | return BasicSettingDAL.RoleTypeSelect(); |
| | | } |
| | | #endregion |
| | | |
| | | #region[角色清单查询] |
| | | public static ToMessage RoleSearch(string RoleCode, string RoleName, string RoleTypeCode, string CreateUser, int startNum, int endNum, string prop, string order) |
| | | { |
| | | return BasicSettingDAL.RoleSearch(RoleCode, RoleName, RoleTypeCode, CreateUser, startNum, endNum, prop, order); |
| | | } |
| | | #endregion |
| | | |
| | | #region[角色清单查询1] |
| | | public static ToMessage RoleAssociationUserTwo(string rolecode) |
| | | { |
| | | return BasicSettingDAL.RoleAssociationUserTwo(rolecode); |
| | | } |
| | | #endregion |
| | | |
| | |
| | | #endregion |
| | | |
| | | #region[角色清单关联用户保存] |
| | | public static ToMessage SaveRoleAssociationUser(string rolecode, List<ObjectData> json) |
| | | public static ToMessage SaveRoleAssoctUser(string rolecode, List<ObjectData> json) |
| | | { |
| | | return BasicSettingDAL.SaveRoleAssociationUser(rolecode, json); |
| | | return BasicSettingDAL.SaveRoleAssoctUser(rolecode, json); |
| | | } |
| | | #endregion |
| | | |
| | | #region[角色清单关联功能查询] |
| | | public static ToMessage RoleAssociationRight(string rolecode,string type) |
| | | { |
| | | return BasicSettingDAL.RoleAssociationRight(rolecode, type); |
| | | } |
| | | #endregion |
| | | |
| | | #region [角色清单关联功能保存] |
| | | public static ToMessage SaveUserAssoctRight(string rolecode,string usercode, List<TreeDM> json) |
| | | { |
| | | return BasicSettingDAL.SaveUserAssoctRight(rolecode, usercode, json); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #region[往来单位查询] |
| | | public static ToMessage CurrentUnitSearch(string cuntUnitCode, string cuntUnitName, string unitAttr, string createUser, int startNum, int endNum, string prop, string order) |
| | | { |
| | | return BasicSettingDAL.CurrentUnitSearch(cuntUnitCode,cuntUnitName,unitAttr,createUser,startNum, endNum,prop,order); |
| | | } |
| | | #endregion |
| | | |
| | | #region[往来单位新增编辑] |
| | | public static ToMessage AddUpdateCurrentUnit(string unitid, string unitcode, string unitname, string mtypecode,string btypecode,string htypecode, string person, string contact, string description, string usercode,string OperType) |
| | | { |
| | | return BasicSettingDAL.AddUpdateCurrentUnit(unitid, unitcode, unitname, mtypecode, btypecode, htypecode, person, contact, description, usercode, OperType); |
| | | } |
| | | #endregion |
| | | |
| | | #region[往来单位删除] |
| | | public static ToMessage DeleteCurrentUnit(string unitcode) |
| | | { |
| | | return BasicSettingDAL.DeleteCurrentUnit(unitcode); |
| | | } |
| | | #endregion |
| | | } |