@be-link/tfs-cli-nodejs 0.0.187 → 0.0.188
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
|
@@ -121,6 +121,7 @@ export declare namespace Service {
|
|
|
121
121
|
visaInterviewInfo: Fulfill.Entity.VisaInterviewInfo;
|
|
122
122
|
visaCancelInfo: Fulfill.Entity.VisaCancelInfo;
|
|
123
123
|
visaType: CommodityEnums.TourMaterialVisaType;
|
|
124
|
+
totalStatus: CommodityEnums.TouristMaterialStatus;
|
|
124
125
|
}
|
|
125
126
|
/** 查看电子材料详情 */
|
|
126
127
|
interface IGetTouristMaterialItemDetail {
|