|
|
@ -189,7 +189,7 @@ public class PriceListRequestDto : PagedAndSortedResultRequestDto |
|
|
|
/// <summary>
|
|
|
|
/// 备件价格
|
|
|
|
/// </summary>
|
|
|
|
public class PriceListBJDto : EntityDto<Guid> |
|
|
|
public class PriceListBJDto : AuditedEntityDto<Guid> |
|
|
|
{ |
|
|
|
/// <summary>
|
|
|
|
/// 客户零件号
|
|
|
@ -371,7 +371,7 @@ public class PriceListBJRequestDto : RequestInputBase |
|
|
|
/// <summary>
|
|
|
|
/// 列表
|
|
|
|
/// </summary>
|
|
|
|
public class TB_PRICE_LISTDto : EntityDto<Guid> |
|
|
|
public class TB_PRICE_LISTDto : AuditedEntityDto<Guid> |
|
|
|
{ |
|
|
|
/// <summary>
|
|
|
|
/// 零件号
|
|
|
|