lu
2 天以前 f7289e89b6293e92271ad0673ba6abf36604ef4c
DevApp/Gs.DevApp/DevFrm/Rpt/WomShjhShow.cs
@@ -13,9 +13,17 @@
{
    public partial class WomShjhShow : DevExpress.XtraEditors.XtraForm
    {
        public WomShjhShow()
        string orgId = "";
        string beginDate = "";
        string endDate = "";
        string itemId = "";
        public WomShjhShow(string _orgId, string _beginDate, string _endDate, string _itemId)
        {
            InitializeComponent();
            this.orgId = _orgId;
            this.beginDate = _beginDate;
            this.endDate = _endDate;
            this.itemId = _itemId;
        }
    }
}