xwt
8 天以前 c8a9ab01f01ffdf522a5f174d684aff7722a9679
1
2
3
4
5
6
7
8
using Microsoft.AspNetCore.Mvc;
 
namespace MESApplication.Controllers.DeliveryNote;
 
public class MesDeliveryNoteDetailController : ControllerBase
{
 
}