示例#1
0
    protected void InitForm()
    {
        if (this.id != "")
        {
            GoodsTypeModel mod = new GoodsTypeBll().GetModel(this.id);

            if (mod != null)
            {
                // this.txtTitle.Value = mod.typeName;
                //this.txtOrder.Value = mod.orderby.ToString();
                //this.txtRemarks.Text = mod.remarks;
            }
        }
    }