obcon-scada / app /include /fields /parent.js
chanmin0723's picture
Initial obcon SCADA deploy
e4bf523
Raw
History Blame Contribute Delete
375 Bytes
'use strict'
/**
* Copyright (c) 2017~2019, OBCon Inc.
* All rights reserved.
*/
/**
* @file
* @copyright 2017~2019, OBCon Inc.
* @author gye hyun james kim [pnuskgh@gmail.com]
*/
//--- 관련 모듈
//--- Tasks 모듈에서 parent, parentType, parentName 참조
class FieldParent {
constructor() {
}
}
module.exports = FieldParent;