/* *代ç 由框架生æˆ,任何更改都å¯èƒ½å¯¼è‡´è¢«ä»£ç 生æˆå™¨è¦†ç›– *如果数æ®åº“å—æ®µå‘生å˜åŒ–,请在代ç ç”Ÿå™¨é‡æ–°ç”Ÿæˆæ¤Model */ using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Text; using System.Threading.Tasks; using WIDESEA_Entity.SystemModels; namespace WIDESEA_Entity.DomainModels { public partial class Sys_WorkFlowTable { //æ¤å¤„é…ç½®å—æ®µ(å—æ®µé…ç½®è§æ¤modelçš„å¦ä¸€ä¸ªpartial),å¦‚æžœè¡¨ä¸æ²¡æœ‰æ¤å—æ®µè¯·åŠ ä¸Š [NotMapped]属性,å¦åˆ™ä¼šå¼‚常 } }