This commit is contained in:
parent
46f5c107b8
commit
fa34ed249b
233 changed files with 4000 additions and 1396 deletions
9
Yavsc/Model/Workflow/taskdeps.cs
Normal file
9
Yavsc/Model/Workflow/taskdeps.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
namespace Yavsc.Models
|
||||
{
|
||||
public partial class taskdeps
|
||||
{
|
||||
public long taskId { get; set; }
|
||||
public long deptask { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue