yibo 7 years ago
parent
commit
eefa852a51
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      B3ClientService/Tasks/CreateB3OutputTask.cs

+ 6
- 0
B3ClientService/Tasks/CreateB3OutputTask.cs View File

@ -114,6 +114,12 @@ namespace BWP.B3ClientService.Tasks
} }
return list; return list;
} }
public string Name
{
get { return "分割生产生成屠宰产出单"; }
}
} }
class Temp class Temp


Loading…
Cancel
Save