| | |
| | | return BasicSettingDAL.TSecStckDelete(data_sources,stckcode,us); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | #region[仓位树型信息] |
| | | public static ToMessage TSecLocaTree() |
| | | { |
| | | return BasicSettingDAL.TSecLocaTree(); |
| | | } |
| | | #endregion |
| | | |
| | | #region[仓位信息列表] |
| | | public static ToMessage TSecLocaData(string stckcode, string locacode, string locaname, int startNum, int endNum, string prop, string order) |
| | | { |
| | | return BasicSettingDAL.TSecLocaData(stckcode, locacode, locaname, startNum, endNum, prop, order); |
| | | } |
| | | #endregion |
| | | |
| | | #region[仓位信息新增/编辑保存] |
| | | public static ToMessage TSecLocaAddUpdate(string data_sources, string locacode, string locaname, string stckcode, string parentlocacode, string status, string description, string OperType, User us) |
| | | { |
| | | return BasicSettingDAL.TSecStckAddUpdate(data_sources, locacode, locaname, stckcode, parentlocacode, status, description, OperType, us); |
| | | } |
| | | #endregion |
| | | |
| | | #region[仓位信息删除] |
| | | public static ToMessage TSecLocaDelete(string data_sources, string locacode, User us) |
| | | { |
| | | return BasicSettingDAL.TSecLocaDelete(data_sources, locacode, us); |
| | | } |
| | | #endregion |
| | | } |
| | | } |