@ningboyz/types 1.5.72 → 1.5.73
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
|
@@ -56,7 +56,8 @@ export interface IDataResponse {
|
|
|
56
56
|
/** 登记内容|维修原因 */
|
|
57
57
|
dataText: string;
|
|
58
58
|
dataMemo: string; //#备注信息
|
|
59
|
-
|
|
59
|
+
dddwCode: string; //#定点单位.编号
|
|
60
|
+
dddwText: string; //#定点单位.名称
|
|
60
61
|
autoJyyh: number; //#new加油油号
|
|
61
62
|
autoBxrq: number; //#new保险到期日期
|
|
62
63
|
autoNjrq: number; //#new年检到期日期=下次年检时间
|
|
@@ -210,6 +211,7 @@ export class TDataResponse implements Type {
|
|
|
210
211
|
nowMoney: number = 0;
|
|
211
212
|
dataText: string = "";
|
|
212
213
|
dataMemo: string = "";
|
|
214
|
+
dddwCode: string = "";
|
|
213
215
|
dddwText: string = "";
|
|
214
216
|
startDay: number = 0;
|
|
215
217
|
endedDay: number = 0;
|