1
wangxinhui
2025-09-19 e1ffdac8c90cdc6ef6220a1442da0d5ad0241c98
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/CustomerInfoController.cs
@@ -6,6 +6,9 @@
namespace WIDESEA_WMSServer.Controllers.Basic
{
    /// <summary>
    /// 瀹㈡埛
    /// </summary>
    [Route("api/[controller]")]
    [ApiController]
    public class CustomerInfoController : ApiBaseController<ICustomerInfoService, Dt_CustomerInfo>