调整金蝶操作

This commit is contained in:
18942506660
2023-11-10 16:17:03 +08:00
parent 074b649faf
commit f35dd85d29
6 changed files with 200 additions and 31 deletions

View File

@@ -8,9 +8,9 @@ namespace WMS.Web.Core.Dto.Erp
/// <summary>
/// erp 提交和审核
/// </summary>
public class ErpSubmitDto
public class ErpOperateDto
{
public ErpSubmitDto(string formId, string id)
public ErpOperateDto(string formId, string id)
{
this.FormId = formId;
this.Ids = id;