瀏覽代碼

Merge branch 'master' into storemanagement

storemanagement
gwbvipvip 8 月之前
父節點
當前提交
4cbe3fc2f8
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      BPA.SAAS.Manage.Application/Device/Services/DeviceVesionService.cs

+ 3
- 3
BPA.SAAS.Manage.Application/Device/Services/DeviceVesionService.cs 查看文件

@@ -104,7 +104,7 @@ namespace BPA.SAAS.Manage.Application.Device.Services
{
Id=Guid.NewGuid().ToString(),
CreateAt= DateTime.Now,
DataType = "textareaary",
DataType = "",
Type = 1,
Name = "商品数据下发",
Description = "商品数据下发",
@@ -116,7 +116,7 @@ namespace BPA.SAAS.Manage.Application.Device.Services
{
Id = Guid.NewGuid().ToString(),
CreateAt = DateTime.Now,
DataType = "textareaary",
DataType = "",
Type = 1,
Name = "物料数据下发",
Description = "物料数据下发",
@@ -128,7 +128,7 @@ namespace BPA.SAAS.Manage.Application.Device.Services
{
Id = Guid.NewGuid().ToString(),
CreateAt = DateTime.Now,
DataType = "textareaary",
DataType = "",
Type = 1,
Name = "工艺数据下发",
Description = "工艺数据下发",


Loading…
取消
儲存