用户同步增加状态
This commit is contained in:
@@ -11,5 +11,10 @@ namespace Tnb.ProductionMgr.Entities.Entity.ErpEntity
|
||||
public string ID { get; set; }
|
||||
public string CODE { get; set; }
|
||||
public string NAME { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 1 未启用,2已启用,3已停用
|
||||
/// </summary>
|
||||
public int ENABLESTATE { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -12,5 +12,10 @@ namespace Tnb.ProductionMgr.Entities.Entity.ErpEntity
|
||||
public string PK_PSNDOC { get; set; }
|
||||
public string CODE { get; set; }
|
||||
public string NAME { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 1 未启用,2已启用,3已停用
|
||||
/// </summary>
|
||||
public int ENABLESTATE { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -13,5 +13,10 @@ namespace Tnb.ProductionMgr.Entities.Entity.ErpEntity
|
||||
/// 1 erp人员 2 erp用户
|
||||
/// </summary>
|
||||
public string TYPE { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 1 未启用,2已启用,3已停用
|
||||
/// </summary>
|
||||
public int ENABLESTATE { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user