去除引用common.props

This commit is contained in:
2023-11-06 19:35:59 +08:00
parent 6a2154edd9
commit c6b8dfc861
810 changed files with 3910 additions and 6695 deletions

View File

@@ -12,7 +12,7 @@ namespace Tnb.BasicData.Entities.Dto
/// 物料类型
/// </summary>
public string types { get; set; } = string.Empty;
/// <summary>
/// 当前页码:pageIndex.
/// </summary>

View File

@@ -9,27 +9,27 @@ namespace Tnb.BasicData.Entities.Dto
/// 物料id
/// </summary>
public string? id { get; set; }
/// <summary>
/// 编码
/// </summary>
public string? code { get; set; }
/// <summary>
/// 名称
/// </summary>
public string? name { get; set; }
public string? name { get; set; }
/// <summary>
/// 描述
/// </summary>
public string? descrip { get; set; }
/// <summary>
/// 主单位id
/// </summary>
public string? unit_id { get; set; }
/// <summary>
/// 主单位名称
/// </summary>

View File

@@ -11,7 +11,7 @@ namespace Tnb.BasicData.Entities.Dto
/// 物料编码名称查询
/// </summary>
public string material_info { get; set; } = string.Empty;
/// <summary>
/// 当前页码:pageIndex.
/// </summary>