xwt
2025-10-17 707e8f07abb295629f73557759cf0e708ca6b5fa
StandardInterface/MES.Service/Modes/ZZCX.cs
@@ -1,5 +1,4 @@
// 文件: MES.Service.Modes/ZZCX.cs
using System;
using SqlSugar;
namespace MES.Service.Modes
@@ -11,7 +10,7 @@
    public class ZZCX
    {
        /// <summary>
        /// 主键 ID
        /// 主键 ID(Oracle 序列)
        /// </summary>
        [SugarColumn(ColumnName = "ID", IsPrimaryKey = true, OracleSequenceName = "SEQ_ZZCX")]
        public decimal? Id { get; set; }
@@ -20,18 +19,19 @@
        /// ERP 主表 ID
        /// </summary>
        [SugarColumn(ColumnName = "ERPID")]
        public string Erpid { get; set; }
        public decimal? Erpid { get; set; }
        /// <summary>
        /// 单据编码
        /// </summary>
        [SugarColumn(ColumnName = "BILL_NO")]
        public string BillNo { get; set; }
        /// <summary>
        /// 单据编码
        /// 类型
        /// </summary>
        [SugarColumn(ColumnName = "TYPE")]
        public string Type { get; set; }
        public string Type { get; set; }
        /// <summary>
        /// 单据类型