修复错误
This commit is contained in:
@@ -11,19 +11,9 @@ namespace Tnb.EquipMgr.Entities
|
||||
///模具保养组与磨具关联
|
||||
///</summary>
|
||||
[SugarTable("tool_mold_maintain_group_relation")]
|
||||
public partial class ToolMoldMaintainGroupRelation
|
||||
public partial class ToolMoldMaintainGroupRelation :BaseEntity<string>
|
||||
{
|
||||
public ToolMoldMaintainGroupRelation(){
|
||||
|
||||
|
||||
}
|
||||
/// <summary>
|
||||
/// Desc:主键
|
||||
/// Default:
|
||||
/// Nullable:False
|
||||
/// </summary>
|
||||
[SugarColumn(IsPrimaryKey=true)]
|
||||
public string id {get;set;} = SnowflakeIdHelper.NextId();
|
||||
|
||||
/// <summary>
|
||||
/// Desc:项目组Id
|
||||
|
||||
Reference in New Issue
Block a user