Sign in

潘钊 / bsth_control · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth_control
  • ..
  • js
  • positionstation.js
  • Merge branch 'pudong_jdk8' of ...
      3e684046
    http://61.169.120.202:8888/panzhaov5/bsth_control into pudong_jdk8
    
    # Conflicts:
    #	src/main/java/com/bsth/service/report/impl/ReportServiceImpl.java
    娄高锋 authored
    2025-03-28 21:47:33 +0800  
    Browse Code »
positionstation.js 264 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
var PositionsStationObj = function () {
	/** 定义新增站点对象 */
	var station={};
	var stationObj = {
			getAddStation : function() {
				return station;
			},
			setAddStation : function(r) {
				station = r;
			}
	}

	return stationObj;
}();