refact and login
This commit is contained in:
parent
acc34aeee4
commit
e042e34bf7
78 changed files with 2492 additions and 50576 deletions
|
|
@ -14,14 +14,14 @@ namespace Yavsc.Models.Workflow
|
|||
public class Activity : ITrackedEntity, IActivity
|
||||
{
|
||||
|
||||
[YaStringLength(512), YaRequired, Key]
|
||||
[YaStringLength(512), Required, Key]
|
||||
[Display(Name = "Code")]
|
||||
public string Code { get; set; }
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[YaStringLength(512), YaRequired()]
|
||||
[YaStringLength(512), Required()]
|
||||
[Display(Name = "Nom")]
|
||||
public string Name { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue