Browse Source

Merge branch 'groupmealmanage' of http://10.2.1.24:10244/zhaoy/BPA.SAAS.Manage into groupmealmanage

groupmealmanage
gwbvipvip 7 months ago
parent
commit
bba3f11734
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      BPA.SAAS.Manage.Application/Device/Services/DeviceVesionService.cs

+ 3
- 3
BPA.SAAS.Manage.Application/Device/Services/DeviceVesionService.cs View File

@@ -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…
Cancel
Save