| | |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 新增合作客户设计沟通 |
| | | /// </summary> |
| | | /// <param name="trueModel"></param> |
| | | /// <returns></returns> |
| | | public bool InsertModelSheji(CY.Model.OA_CorporateClientsSheji trueModel) |
| | | { |
| | | try |
| | | { |
| | | return _IOA_CorporateClientsDal.InsertModelSheji(trueModel); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | throw ex; |
| | | } |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 根据客户id查询设计沟通 |
| | | /// </summary> |
| | | /// <param name="CustomId">客户id</param> |
| | | /// <returns></returns> |
| | | public IEnumerable<OA_CorporateClientsSheji> SelectShejiListByCorId(Guid CustomId) |
| | | { |
| | | return _IOA_CorporateClientsDal.SelectShejiListByCorId(CustomId); |
| | | } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 新增合作客户订单需求 |
| | | /// </summary> |
| | |
| | | { |
| | | return _IOA_CorporateClientsDal.SelectVisitByKeyid(Keyid); |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 单个查询设计沟通 |
| | | /// </summary> |
| | | /// <param name="Keyid">编号</param> |
| | | /// <returns></returns> |
| | | public OA_CorporateClientsSheji SelectShejiByKeyid(Guid Keyid) |
| | | { |
| | | return _IOA_CorporateClientsDal.SelectShejiByKeyid(Keyid); |
| | | } |
| | | } |
| | | } |