You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
418 B
C#
24 lines
418 B
C#
using Admin.Core.IService.ISys;
|
|
using Admin.Core.IService;
|
|
using System;
|
|
using System.Threading.Tasks;
|
|
using Admin.Core.IRepository;
|
|
using Admin.Core.Model.Model_New;
|
|
using System.Collections.Generic;
|
|
using Aucma.Core.HwPLc;
|
|
using System.Linq;
|
|
using Admin.Core.Model;
|
|
|
|
/// <summary>
|
|
/// 钣金计划
|
|
/// </summary>
|
|
namespace Aucma.Core.Tasks
|
|
{
|
|
public class JobSheetMetalTask
|
|
{
|
|
|
|
|
|
|
|
}
|
|
}
|