添加项目文件。
This commit is contained in:
15
extend/Tnb.Extend.Entitys/Dto/Product/ProductUpInput.cs
Normal file
15
extend/Tnb.Extend.Entitys/Dto/Product/ProductUpInput.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.Extend.Entitys.Dto.Product;
|
||||
|
||||
/// <summary>
|
||||
/// 订单示例更新输入.
|
||||
/// </summary>
|
||||
[SuppressSniffer]
|
||||
public class ProductUpInput : ProductCrInput
|
||||
{
|
||||
/// <summary>
|
||||
/// .
|
||||
/// </summary>
|
||||
public string id { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user