增加船只接口
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace Application.Web
|
||||
{
|
||||
public class BuyShipParms
|
||||
{
|
||||
public string usId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user