Commit 1ecb7332 authored by solho's avatar solho

新增點數審核

parent ca6040f9
...@@ -24,6 +24,16 @@ namespace WebAPI.Models ...@@ -24,6 +24,16 @@ namespace WebAPI.Models
public String Description { get; set; } public String Description { get; set; }
public String Create_User_Name { get; set; } public String Create_User_Name { get; set; }
} }
public class Esn_Todos_Flow_StepTypeModel
{
public int id { get; set; }
public String Step_Value_previous { get; set; }
public String Step_Value_Next { get; set; }
public String Step_Value { get; set; }
public String Step_Text { get; set; }
public String Map_Class { get; set; }
public String update_user_id { get; set; }
public DateTime? update_time { get; set; }
}
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment