a
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using Kingdee.BOS.Orm.DataEntity;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace GZ.LJY000.Biori.UHIK_BAR_BarCodeScan.PushService
|
||||
{
|
||||
public class PushServiceExplainArgs
|
||||
{
|
||||
public string sourceFormId { get; set; }
|
||||
public string targetFormId { get; set; }
|
||||
|
||||
public bool isSave { get; set; }
|
||||
public bool isAudit { get; set; }
|
||||
public string createdBillTypeId { get; set; }
|
||||
|
||||
public List<DynamicObject> scanRows;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user