| | |
| | | } |
| | | #endregion |
| | | |
| | | #region[角色清单查询1] |
| | | public static ToMessage RoleAssociationUserTwo(string rolecode) |
| | | { |
| | | return BasicSettingDAL.RoleAssociationUserTwo(rolecode); |
| | | } |
| | | #endregion |
| | | |
| | | #region[角色清单新增编辑] |
| | | public static ToMessage AddUpdateRole(string RoleId, string RoleCode, string RoleName,string RoleTypeCode, string description, string Usercode, string OperType) |
| | | { |
| | |
| | | #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 |
| | | |
| | |
| | | return BasicSettingDAL.AddUpdateCurrentUnit(unitid, unitcode, unitname, unitattr, person, contact, description, usercode, OperType); |
| | | } |
| | | #endregion |
| | | |
| | | #region[往来单位删除] |
| | | public static ToMessage DeleteCurrentUnit(string unitid) |
| | | { |
| | | return BasicSettingDAL.DeleteCurrentUnit(unitid); |
| | | } |
| | | #endregion |
| | | } |
| | | } |