merge from 2023-03-14
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
using JNPF.Common.Filter;
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.Extend.Entitys.Dto.ProductGoods;
|
||||
|
||||
/// <summary>
|
||||
/// 产品列表.
|
||||
/// </summary>
|
||||
[SuppressSniffer]
|
||||
public class ProductGoodsListQueryInput : PageInputBase
|
||||
{
|
||||
/// <summary>
|
||||
/// 订单编号.
|
||||
/// </summary>
|
||||
public string code { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 产品名称.
|
||||
/// </summary>
|
||||
public string fullName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 分类ID.
|
||||
/// </summary>
|
||||
public string classifyId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user