15 lines
366 B
C#
15 lines
366 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.ComponentModel.DataAnnotations;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
using System.Threading.Tasks;
|
|||
|
|
|
|||
|
|
namespace RIZO.Model.MES.product
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// 车间生产日执行表(关联周计划,记录每日计划分解、变更记录、实际完成及报废数据)
|
|||
|
|
/// </summary>
|
|||
|
|
|
|||
|
|
}
|