增加船只接口

This commit is contained in:
LN
2026-06-13 18:05:55 +08:00
parent f6323aba8e
commit a68368d227
13 changed files with 475 additions and 75 deletions

View File

@@ -0,0 +1,9 @@
using Microsoft.AspNetCore.Mvc;
namespace Application.Web
{
public class BuyShipParms
{
public string usId { get; set; }
}
}