payne
2024-04-23 9f5ce01508e4b57eae8b8a70167cce5b080acde5
修改
已修改2个文件
已删除1个文件
47937 ■■■■■ 文件已修改
iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsMaterialCustomer.cs 77 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
使用文档/PDManer文件/.back_原材料库标准化/原材料库标准化-backup-2024423160544.pdma.json 47831 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
使用文档/PDManer文件/原材料库标准化.pdma.json 29 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsMaterialCustomer.cs
@@ -4,27 +4,27 @@
/*
 * @author : åˆ˜æ–‡å¥‡
 * @date : 2024/4/23下午4:08:49
 * @desc : ç‰©æ–™å®¢æˆ·å…³è”表
 * @date : 2024/4/23下午4:14:52
 * @desc : æ›¿ä»£å“ç®¡ç†
 */
namespace Admin.NET.Core
{
    /// <summary>
    /// ç‰©æ–™å®¢æˆ·å…³è”表
    /// æ›¿ä»£å“ç®¡ç†
    /// </summary>
    [Table("wms_material_customer")]
    [Comment("物料客户关联表")]
    public class WmsMaterialCustomer : DEntityBase
    [Table("wms_substitute_good")]
    [Comment("替代品管理")]
    public class WmsSubstituteGood : DEntityBase
    {
        /// <summary>
        /// ç‰©æ–™ID
        /// æ›¿ä»£ç¼–号
        /// </summary>
        [Comment("物料ID")]
        [Comment("替代编号")]
        [Required]
        public long MaterialId { get; set; }
        [MaxLength(50)]
        public string SubstituteCode { get; set; }
        /// <summary>
@@ -46,38 +46,47 @@
        /// <summary>
        /// å®¢æˆ·ID
        /// æ›¿ä»£å“ç‰©æ–™ç¼–号
        /// </summary>
        [Comment("客户ID")]
        [Required]
        public long CustId { get; set; }
        /// <summary>
        /// å®¢æˆ·ç¼–号
        /// </summary>
        [Comment("客户编号")]
        [Comment("替代品物料编号")]
        [Required]
        [MaxLength(50)]
        public string CustCode { get; set; }
        public string SubstituteMaterialCode { get; set; }
        /// <summary>
        /// å®¢æˆ·è‹±æ–‡åç§°
        /// æ›¿ä»£å“ç‰©æ–™åç§°
        /// </summary>
        [Comment("客户英文名称")]
        [MaxLength(255)]
        public string CustEnglishName { get; set; }
        /// <summary>
        /// å®¢æˆ·ä¸­æ–‡åç§°
        /// </summary>
        [Comment("客户中文名称")]
        [Comment("替代品物料名称")]
        [Required]
        [MaxLength(255)]
        public string CustChinaName { get; set; }
        [MaxLength(50)]
        public string SubstituteMaterialName { get; set; }
        /// <summary>
        /// æ›¿ä»£æ¬¡åº
        /// </summary>
        [Comment("替代次序")]
        [Required]
        public int SubstituteIndex { get; set; }
        /// <summary>
        /// ç‰ˆæœ¬å·
        /// </summary>
        [Comment("版本号")]
        [MaxLength(50)]
        public string VersionNO { get; set; }
        /// <summary>
        /// æ˜¯å¦ç¦ç”¨
        /// </summary>
        [Comment("是否禁用")]
        [Required]
        public bool IsDisabled { get; set; }
ʹÓÃÎĵµ/PDManerÎļþ/.back_Ô­²ÄÁÏ¿â±ê×¼»¯/Ô­²ÄÁÏ¿â±ê×¼»¯-backup-2024423160544.pdma.json
ÎļþÒÑɾ³ý
ʹÓÃÎĵµ/PDManerÎļþ/Ô­²ÄÁÏ¿â±ê×¼»¯.pdma.json
@@ -4,7 +4,7 @@
  "avatar": "",
  "version": "4.1.3",
  "createdTime": "2024-4-12 12:56:29",
  "updatedTime": "2024-4-23 16:05:44",
  "updatedTime": "2024-4-23 16:14:35",
  "dbConns": [],
  "profile": {
    "default": {
@@ -43023,6 +43023,23 @@
          "baseType": "1D764C4A-6F9F-421E-B11A-6F3E23B51811"
        },
        {
          "defKey": "VersionNO",
          "defName": "版本号",
          "comment": "",
          "type": "",
          "len": "",
          "scale": "",
          "primaryKey": false,
          "notNull": false,
          "autoIncrement": false,
          "defaultValue": "",
          "hideInGraph": false,
          "refDict": "",
          "extProps": {},
          "domain": "94107640-E002-4AB3-A2DC-B66F98D9645F",
          "id": "E21494A9-106E-4236-89F9-AF45D869A8DA"
        },
        {
          "defKey": "IsDisabled",
          "defName": "是否禁用",
          "comment": "",
@@ -46022,7 +46039,7 @@
          "len": "",
          "scale": "",
          "primaryKey": false,
          "notNull": false,
          "notNull": true,
          "autoIncrement": false,
          "defaultValue": "",
          "hideInGraph": false,
@@ -46040,7 +46057,7 @@
          "len": "",
          "scale": "",
          "primaryKey": false,
          "notNull": false,
          "notNull": true,
          "autoIncrement": false,
          "defaultValue": "",
          "hideInGraph": false,
@@ -46058,7 +46075,7 @@
          "len": "",
          "scale": "",
          "primaryKey": false,
          "notNull": false,
          "notNull": true,
          "autoIncrement": false,
          "defaultValue": "",
          "hideInGraph": false,
@@ -46076,7 +46093,7 @@
          "len": "",
          "scale": "",
          "primaryKey": false,
          "notNull": false,
          "notNull": true,
          "autoIncrement": false,
          "defaultValue": "",
          "hideInGraph": false,
@@ -46094,7 +46111,7 @@
          "len": "",
          "scale": "",
          "primaryKey": false,
          "notNull": false,
          "notNull": true,
          "autoIncrement": false,
          "defaultValue": "",
          "hideInGraph": false,