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

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

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