Exemple #1
0
 /// <summary>
 /// 删除总代关联删除
 /// </summary>
 /// <param name="search"></param>
 /// <returns></returns>
 public Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO DeleteCityOwner(Jinher.AMP.BTP.Deploy.CustomDTO.SelfTakeStationSearchDTO search)
 {
     base.Do();
     return(this.Command.DeleteCityOwner(search));
 }
Exemple #2
0
 /// <summary>
 /// 查询自提点
 /// </summary>
 /// <param name="search">查询类</param>
 /// <returns>结果</returns>
 public Jinher.AMP.BTP.Deploy.CustomDTO.SelfTakeStationResultDTO GetSelfTakeStation(Jinher.AMP.BTP.Deploy.CustomDTO.SelfTakeStationSearchDTO search)
 {
     base.Do();
     return(this.Command.GetSelfTakeStation(search));
 }