Browse Source

重新定义实体名称

master
周红军 2 weeks ago
parent
commit
426e63cf72
  1. 67
      API/TaskManager.Entity/Entity.cs
  2. 2
      API/TaskManager.Entity/Entitys/01_09/SUPPLIER_BOM.cs
  3. 2
      API/TaskManager.Entity/Entitys/01_09/SUPPLIER_EMPLOYEE.cs
  4. 2
      API/TaskManager.Entity/Entitys/01_09/SUPPLIER_INFO.cs
  5. 2
      API/TaskManager.Entity/Entitys/01_09/SUPPLIER_PRO_CPS.cs
  6. 2
      API/TaskManager.Entity/Entitys/01_09/SUPPLIER_PRO_DATA.cs
  7. 2
      API/TaskManager.Entity/Entitys/01_09/SUPPLIER_PRO_FIRST_PASSYIELD.cs
  8. 2
      API/TaskManager.Entity/Entitys/01_09/SUPPLIER_PRO_MATERIAL_STOCK.cs
  9. 2
      API/TaskManager.Entity/Entitys/01_09/SUPPLIER_PRO_SCHEDULING.cs
  10. 2
      API/TaskManager.Entity/Entitys/01_09/SUPPLIER_PRO_STATION_FIRST_PASSYIELD.cs

67
API/TaskManager.Entity/Entity.cs

@ -74,72 +74,7 @@ namespace TaskManager.Entity
}
/// <summary>
/// 来料检验数据
/// </summary>
public class SUPPLIER_PRO_MATERIAL_STOCK:BaseEntity
{
}
/// <summary>
/// 排产数据
/// </summary>
public class SUPPLIER_PRO_SCHEDULING : BaseEntity
{
}
/// <summary>
/// 供应商基础信息
/// </summary>
public class SUPPLIER_INFO : BaseEntity
{
}
/// <summary>
/// 人员资质信息
/// </summary>
public class SUPPLIER_EMPLOYEE : BaseEntity
{
}
/// <summary>
/// BOM主数据
/// </summary>
public class SUPPLIER_BOM : BaseEntity
{
}
/// <summary>
/// 过程控制项质量数据
/// </summary>
public class SUPPLIER_PRO_CPS : BaseEntity
{
}
/// <summary>
/// 生产过程数据
/// </summary>
public class SUPPLIER_PRO_DATA : BaseEntity
{
}
/// <summary>
/// 产品一次合格率
/// </summary>
public class SUPPLIER_PRO_FIRST_PASSYIELD : BaseEntity
{
}
/// <summary>
/// 工位一次合格率
/// </summary>
//public class SUPPLIER_PRO_STATION_FIRST_PASSYIELD : BaseEntity
//{
//}
/// <summary>
/// 缺陷业务数据

2
API/TaskManager.Entity/Entitys/01_09/SupplierBom.cs → API/TaskManager.Entity/Entitys/01_09/SUPPLIER_BOM.cs

@ -9,7 +9,7 @@ namespace TaskManager.Entity
/// <summary>
/// BOM主数据
/// </summary>
public class SupplierBom
public class SUPPLIER_BOM : BaseEntity
{
/// <summary>
/// 供应商代码

2
API/TaskManager.Entity/Entitys/01_09/SupplierEmployee.cs → API/TaskManager.Entity/Entitys/01_09/SUPPLIER_EMPLOYEE.cs

@ -9,7 +9,7 @@ namespace TaskManager.Entity
/// <summary>
/// 人员资质信息
/// </summary>
public class SupplierEmployee
public class SUPPLIER_EMPLOYEE : BaseEntity
{
/// <summary>
/// 供应商代码

2
API/TaskManager.Entity/Entitys/01_09/SupplierInfo.cs → API/TaskManager.Entity/Entitys/01_09/SUPPLIER_INFO.cs

@ -9,7 +9,7 @@ namespace TaskManager.Entity
/// <summary>
/// 供应商基础信息
/// </summary>
public class SupplierInfo
public class SUPPLIER_INFO : BaseEntity
{
/// <summary>
/// 供应商代码

2
API/TaskManager.Entity/Entitys/01_09/SupplierProCps.cs → API/TaskManager.Entity/Entitys/01_09/SUPPLIER_PRO_CPS.cs

@ -9,7 +9,7 @@ namespace TaskManager.Entity
/// <summary>
/// 过程控制项质量数据
/// </summary>
public class SupplierProCps
public class SUPPLIER_PRO_CPS : BaseEntity
{
/// <summary>
/// 供应商代码

2
API/TaskManager.Entity/Entitys/01_09/SupplierProData.cs → API/TaskManager.Entity/Entitys/01_09/SUPPLIER_PRO_DATA.cs

@ -9,7 +9,7 @@ namespace TaskManager.Entity
/// <summary>
/// 生产过程数据
/// </summary>
public class SupplierProData
public class SUPPLIER_PRO_DATA : BaseEntity
{
/// <summary>
/// 供应商代码

2
API/TaskManager.Entity/Entitys/01_09/SupplierProFirstPassyield.cs → API/TaskManager.Entity/Entitys/01_09/SUPPLIER_PRO_FIRST_PASSYIELD.cs

@ -9,7 +9,7 @@ namespace TaskManager.Entity
/// <summary>
/// 产品一次合格率
/// </summary>
public class SupplierProFirstPassyield
public class SUPPLIER_PRO_FIRST_PASSYIELD : BaseEntity
{
/// <summary>
/// 供应商代码

2
API/TaskManager.Entity/Entitys/01_09/SupplierProMaterialStock.cs → API/TaskManager.Entity/Entitys/01_09/SUPPLIER_PRO_MATERIAL_STOCK.cs

@ -9,7 +9,7 @@ namespace TaskManager.Entity
/// <summary>
/// 来料检验数据
/// </summary>
public class SupplierProMaterialStock
public class SUPPLIER_PRO_MATERIAL_STOCK : BaseEntity
{
/// <summary>
/// 供应商代码

2
API/TaskManager.Entity/Entitys/01_09/SupplierProScheduling.cs → API/TaskManager.Entity/Entitys/01_09/SUPPLIER_PRO_SCHEDULING.cs

@ -9,7 +9,7 @@ namespace TaskManager.Entity
/// <summary>
/// 排产数据
/// </summary>
public class SupplierProScheduling
public class SUPPLIER_PRO_SCHEDULING : BaseEntity
{
/// <summary>
/// 供应商代码

2
API/TaskManager.Entity/Entitys/01_09/SupplierProStationFirstPassyield.cs → API/TaskManager.Entity/Entitys/01_09/SUPPLIER_PRO_STATION_FIRST_PASSYIELD.cs

@ -9,7 +9,7 @@ namespace TaskManager.Entity
/// <summary>
/// 工位一次合格率
/// </summary>
public class SupplierProStationFirstPassyield
public class SUPPLIER_PRO_STATION_FIRST_PASSYIELD : BaseEntity
{
/// <summary>
/// 供应商代码
Loading…
Cancel
Save