提交 b7cfd9e8 编写于 作者: tony001's avatar tony001

zpc--- 调整实体数据服务修饰符

上级 28d4377c
...@@ -33,47 +33,47 @@ export default class EntityService { ...@@ -33,47 +33,47 @@ export default class EntityService {
/** /**
* 零时储存,localStorage指向 * 零时储存,localStorage指向
* *
* @protected * @public
* @type {(string)} * @type {(string)}
* @memberof EntityService * @memberof EntityService
*/ */
protected tempStorage:any; public tempStorage:any;
/** /**
* 当前DE标识 * 当前DE标识
* *
* @protected * @public
* @type {(string)} * @type {(string)}
* @memberof EntityService * @memberof EntityService
*/ */
protected APPDEKEY:string= ''; public APPDEKEY:string= '';
/** /**
* 当前APPDE标识 * 当前APPDE标识
* *
* @protected * @public
* @type {(string)} * @type {(string)}
* @memberof EntityService * @memberof EntityService
*/ */
protected APPLYDEKEY:string= ''; public APPLYDEKEY:string= '';
/** /**
* 当前NAME * 当前NAME
* *
* @protected * @public
* @type {(string)} * @type {(string)}
* @memberof EntityService * @memberof EntityService
*/ */
protected APPDENAME:string= ''; public APPDENAME:string= '';
/** /**
* 当前主信息名 * 当前主信息名
* *
* @protected * @public
* @type {(string)} * @type {(string)}
* @memberof EntityService * @memberof EntityService
*/ */
protected APPDETEXT:string= ''; public APPDETEXT:string= '';
/** /**
* Creates an instance of EntityService. * Creates an instance of EntityService.
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册