using SSWMS.Common; namespace SSWMS.Server { public class P_IO_CONTROL_MODEL : P_Base_House { public IO_CONTROL_MODEL GetModelByDeviceCode(string sDeviceCode) { return this._sqlMap.QueryForObject("IO_CONTROL_MODEL_SELECT_BY_DEVICE_CODE", sDeviceCode); } } }