| | |
| | | #endregion |
| | | |
| | | #region[仓位信息列表] |
| | | public static ToMessage TSecLocaData(string stckcode, string locacode, string locaname, int startNum, int endNum, string prop, string order) |
| | | public static ToMessage TSecLocaData(string flag, string stckcode, string locacode, string locaname, int startNum, int endNum, string prop, string order) |
| | | { |
| | | return BasicSettingDAL.TSecLocaData(stckcode, locacode, locaname, startNum, endNum, prop, order); |
| | | return BasicSettingDAL.TSecLocaData(flag,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) |
| | | public static ToMessage TSecLocaAddUpdate(string data_sources, string locacode, string locaname, string stckcode, string parentlocacode,string depth, string status, string description, string OperType, User us) |
| | | { |
| | | return BasicSettingDAL.TSecStckAddUpdate(data_sources, locacode, locaname, stckcode, parentlocacode, status, description, OperType, us); |
| | | return BasicSettingDAL.TSecLocaAddUpdate(data_sources, locacode, locaname, stckcode, parentlocacode, depth, status, description, OperType, us); |
| | | } |
| | | #endregion |
| | | |