VueWebCoreApi/Models/InventoryModel/StorageRecord.cs
@@ -51,5 +51,9 @@
        /// 报工类型(B:自制/S外协)
        /// </summary>
        public string style { get; set; }
        /// <summary>
        /// 末道工序报工记录id
        /// </summary>
        public string repoid { get; set; }
    }
}