| | |
| | | #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 |
| | | } |
| | | } |