1.移植查询电压值功能
This commit is contained in:
11
WCS.Model/ApiModel/StoreInfo/QueryModuleVoltageRequest.cs
Normal file
11
WCS.Model/ApiModel/StoreInfo/QueryModuleVoltageRequest.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WCS.Model.ApiModel.StoreInfo
|
||||
{
|
||||
public class QueryModuleVoltageRequest : RequestBase
|
||||
{
|
||||
public List<int> MouduleIds { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user