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; } } }