物料模型

This commit is contained in:
quowingwang 2026-01-07 19:51:14 +08:00
parent ffe009e6d3
commit de8607460f
4 changed files with 24 additions and 27 deletions

View File

@ -25,7 +25,6 @@ namespace MDM.Controllers.Material
/// </summary>
[Verify]
[Route("MasterDataManagement/Material/MaterialList")]
[AllowAnonymous]
public class MaterialListController : BaseController
{
/// <summary>

View File

@ -20,13 +20,11 @@ using NPOI.HPSF;
//创建时间2025-11-15
namespace MDM.Controllers.Material
{
/// <summary>
{ /// <summary>
/// 物料类别
/// </summary>
//[Verify]
[Verify]
[Route("MasterDataManagement/Material/MaterialType")]
[AllowAnonymous]
public class MaterialTypeController : BaseController
{
/// <summary>