コード例 #1
0
        /// <summary>
        /// 修改
        /// </summary>
        public override void EntityUpdate()
        {
            ProductionNoticeRule rule   = new ProductionNoticeRule();
            ProductionNotice     entity = EntityGet();

            ProductionNoticeDts[] entitydts = EntityDtsGet();
            entity.SubmitFlag = this.HTSubmitFlagUpdateGet();
            rule.RUpdate(entity, entitydts);
        }