@ningboyz/types 1.7.1 → 1.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -185,6 +185,7 @@ export class TTablMainResponse implements ITablMainResponse {
|
|
|
185
185
|
//#进入流程
|
|
186
186
|
static toFlowData(myoa: ITablMainResponse): TFlowDataResponse {
|
|
187
187
|
const result = new TFlowDataResponse();
|
|
188
|
+
result.billCode = myoa.tablCode;
|
|
188
189
|
result.whoBuild = myoa.whoBuild;
|
|
189
190
|
result.userIndx = myoa.userIndx;
|
|
190
191
|
result.flowMain = myoa.flowMain;
|