调整金蝶操作
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user