7 lines
No EOL
111 B
D
7 lines
No EOL
111 B
D
module d_webservice_example.data.todo_update_do;
|
|
|
|
struct TodoUpdateDO
|
|
{
|
|
string title;
|
|
string content;
|
|
} |