lixiaojun
2023-11-02 cee1c6bf2c5c03c0beadcc9c8f720b03589f83a3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
namespace Yw.Application
{
    /// <summary>
    /// 
    /// </summary>
    public class SetPumpWorkingCurveInput
    {
        /// <summary>
        /// 
        /// </summary>
        public long ID { get; set; }
 
    }
}