99
This commit is contained in:
21
Reportapi/MyCode.Project.Domain/Message/Act/Common/IdQty.cs
Normal file
21
Reportapi/MyCode.Project.Domain/Message/Act/Common/IdQty.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MyCode.Project.Domain.Message.Act.Common
|
||||
{
|
||||
public class IdQty
|
||||
{
|
||||
/// <summary>
|
||||
/// 主Id
|
||||
/// </summary>
|
||||
public Guid Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 数量
|
||||
/// </summary>
|
||||
public int Qty { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user