121212
This commit is contained in:
7
Service/Application.Domain.Entity/view/MakePaperView.cs
Normal file
7
Service/Application.Domain.Entity/view/MakePaperView.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Application.Domain.Entity;
|
||||
|
||||
public class MakePaperView
|
||||
{
|
||||
public game_goods goods { get; set; }
|
||||
public long count { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user