merge from 2023-03-14
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using JNPF.DependencyInjection;
|
||||
using JNPF.Extend.Entitys.Dto.ProductEntry;
|
||||
|
||||
namespace JNPF.Extend.Entitys.Dto.Product;
|
||||
|
||||
@@ -106,5 +107,5 @@ public class ProductCrInput
|
||||
/// <summary>
|
||||
/// 子表数据.
|
||||
/// </summary>
|
||||
public List<ProductEntryEntity> productEntryList { get; set; }
|
||||
public List<ProductEntryCrInput> productEntryList { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user