| | |
| | | #endregion |
| | | |
| | | #region [组织架构新增编辑] |
| | | public static ToMessage AddUpdateOrganization(string OrganCode, string OrganName, string leve, string parent_id,string storgcode, string torg_seq, string status, string OperType, User us) |
| | | public static ToMessage AddUpdateOrganization(string OrganCode, string OrganName, string leve, string parent_id,string storgcode, string torg_seq, string status,string islastreport, string OperType, User us) |
| | | { |
| | | return BasicSettingDAL.AddUpdateOrganization(OrganCode, OrganName, leve, parent_id, storgcode, torg_seq, status, OperType, us); |
| | | return BasicSettingDAL.AddUpdateOrganization(OrganCode, OrganName, leve, parent_id, storgcode, torg_seq, status, islastreport, OperType, us); |
| | | } |
| | | #endregion |
| | | |