merge from 2023-03-14
This commit is contained in:
@@ -9,14 +9,8 @@ namespace JNPF.Extend.Entitys;
|
||||
/// </summary>
|
||||
[SugarTable("ext_product")]
|
||||
[Tenant(ClaimConst.TENANTID)]
|
||||
public class ProductEntity
|
||||
public class ProductEntity : EntityBase<string>
|
||||
{
|
||||
/// <summary>
|
||||
/// 自然主键.
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnName = "F_Id", IsPrimaryKey = true)]
|
||||
public string Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 订单编号.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user