15 lines
366 B
C#
Raw Normal View History

2026-01-12 14:57:56 +08:00
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>
}