From 60c2aa941ca07b7a97bf158c66d2294c63dbc565 Mon Sep 17 00:00:00 2001
From: chenxiangxue <910695411@qq.com>
Date: Mon, 17 Jun 2024 09:49:35 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E6=94=B6ip=EF=BC=8C=E5=A2=9E=E5=8A=A0?=
=?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=B1=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Assets/Scenes/InitScene.unity | 38 +
.../Assets/Scripts/Model.meta | 8 +
.../Scripts/Model/T_ALM_PIPECOLLDATA.cs | 870 +++++++++++++++++
.../Scripts/Model/T_ALM_PIPECOLLDATA.cs.meta | 11 +
.../Model/T_ALM_PIPECOLLDATACOMPARE.cs | 924 ++++++++++++++++++
.../Model/T_ALM_PIPECOLLDATACOMPARE.cs.meta | 11 +
.../Assets/Scripts/Model/T_BAS_CAMERA.cs | 285 ++++++
.../Assets/Scripts/Model/T_BAS_CAMERA.cs.meta | 11 +
.../Assets/Scripts/Model/T_BAS_CORPORATION.cs | 339 +++++++
.../Scripts/Model/T_BAS_CORPORATION.cs.meta | 11 +
.../Scripts/Model/T_BAS_ELEC_WEIGHTER.cs | 285 ++++++
.../Scripts/Model/T_BAS_ELEC_WEIGHTER.cs.meta | 11 +
.../Assets/Scripts/Model/T_BAS_GOODS.cs | 213 ++++
.../Assets/Scripts/Model/T_BAS_GOODS.cs.meta | 11 +
.../Assets/Scripts/Model/T_BAS_YARD.cs | 187 ++++
.../Assets/Scripts/Model/T_BAS_YARD.cs.meta | 11 +
.../Assets/Scripts/Model/T_STK_STORAGE.cs | 448 +++++++++
.../Scripts/Model/T_STK_STORAGE.cs.meta | 11 +
.../Scripts/Model/T_STK_STORAGE_SILO.cs | 160 +++
.../Scripts/Model/T_STK_STORAGE_SILO.cs.meta | 11 +
.../Assets/Scripts/cxx/CallForTest.cs | 6 +
21 files changed, 3862 insertions(+)
create mode 100644 BulkCargo_UnityProject/Assets/Scripts/Model.meta
create mode 100644 BulkCargo_UnityProject/Assets/Scripts/Model/T_ALM_PIPECOLLDATA.cs
create mode 100644 BulkCargo_UnityProject/Assets/Scripts/Model/T_ALM_PIPECOLLDATA.cs.meta
create mode 100644 BulkCargo_UnityProject/Assets/Scripts/Model/T_ALM_PIPECOLLDATACOMPARE.cs
create mode 100644 BulkCargo_UnityProject/Assets/Scripts/Model/T_ALM_PIPECOLLDATACOMPARE.cs.meta
create mode 100644 BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_CAMERA.cs
create mode 100644 BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_CAMERA.cs.meta
create mode 100644 BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_CORPORATION.cs
create mode 100644 BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_CORPORATION.cs.meta
create mode 100644 BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_ELEC_WEIGHTER.cs
create mode 100644 BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_ELEC_WEIGHTER.cs.meta
create mode 100644 BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_GOODS.cs
create mode 100644 BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_GOODS.cs.meta
create mode 100644 BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_YARD.cs
create mode 100644 BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_YARD.cs.meta
create mode 100644 BulkCargo_UnityProject/Assets/Scripts/Model/T_STK_STORAGE.cs
create mode 100644 BulkCargo_UnityProject/Assets/Scripts/Model/T_STK_STORAGE.cs.meta
create mode 100644 BulkCargo_UnityProject/Assets/Scripts/Model/T_STK_STORAGE_SILO.cs
create mode 100644 BulkCargo_UnityProject/Assets/Scripts/Model/T_STK_STORAGE_SILO.cs.meta
diff --git a/BulkCargo_UnityProject/Assets/Scenes/InitScene.unity b/BulkCargo_UnityProject/Assets/Scenes/InitScene.unity
index ba886e85..62ed7888 100644
--- a/BulkCargo_UnityProject/Assets/Scenes/InitScene.unity
+++ b/BulkCargo_UnityProject/Assets/Scenes/InitScene.unity
@@ -168,6 +168,10 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
infos: []
+ customCode:
+ customName: 0
+ MONITOR_ID:
+ ServerIP:
--- !u!1 &995916762
GameObject:
m_ObjectHideFlags: 0
@@ -179,6 +183,7 @@ GameObject:
- component: {fileID: 995916765}
- component: {fileID: 995916764}
- component: {fileID: 995916763}
+ - component: {fileID: 995916766}
m_Layer: 0
m_Name: Main Camera
m_TagString: MainCamera
@@ -252,6 +257,39 @@ Transform:
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!114 &995916766
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 995916762}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_RenderShadows: 1
+ m_RequiresDepthTextureOption: 2
+ m_RequiresOpaqueTextureOption: 2
+ m_CameraType: 0
+ m_Cameras: []
+ m_RendererIndex: -1
+ m_VolumeLayerMask:
+ serializedVersion: 2
+ m_Bits: 1
+ m_VolumeTrigger: {fileID: 0}
+ m_VolumeFrameworkUpdateModeOption: 2
+ m_RenderPostProcessing: 0
+ m_Antialiasing: 0
+ m_AntialiasingQuality: 2
+ m_StopNaN: 0
+ m_Dithering: 0
+ m_ClearDepth: 1
+ m_AllowXRRendering: 1
+ m_RequiresDepthTexture: 0
+ m_RequiresColorTexture: 0
+ m_Version: 2
--- !u!1 &1119662809
GameObject:
m_ObjectHideFlags: 0
diff --git a/BulkCargo_UnityProject/Assets/Scripts/Model.meta b/BulkCargo_UnityProject/Assets/Scripts/Model.meta
new file mode 100644
index 00000000..0cb13fe1
--- /dev/null
+++ b/BulkCargo_UnityProject/Assets/Scripts/Model.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 0ffdf7b9e63f3b54daf1ef3b56499b05
+folderAsset: yes
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/BulkCargo_UnityProject/Assets/Scripts/Model/T_ALM_PIPECOLLDATA.cs b/BulkCargo_UnityProject/Assets/Scripts/Model/T_ALM_PIPECOLLDATA.cs
new file mode 100644
index 00000000..093edc98
--- /dev/null
+++ b/BulkCargo_UnityProject/Assets/Scripts/Model/T_ALM_PIPECOLLDATA.cs
@@ -0,0 +1,870 @@
+/** 版本信息模板在安装目录下,可自行修改。
+* T_ALM_PIPECOLLDATA.cs
+*
+* 功 能: N/A
+* 类 名: T_ALM_PIPECOLLDATA
+*
+* Ver 变更日期 负责人 变更内容
+* ───────────────────────────────────
+* V0.01 2024/6/12 16:53:36 N/A 初版
+*
+* Copyright (c) 2012 Maticsoft Corporation. All rights reserved.
+*┌──────────────────────────────────┐
+*│ 此技术信息为本公司机密信息,未经本公司书面同意禁止向第三方披露. │
+*│ 版权所有:动软卓越(北京)科技有限公司 │
+*└──────────────────────────────────┘
+*/
+using System;
+namespace Competition.Mysql.Model
+{
+ ///
+ /// T_ALM_PIPECOLLDATA:实体类(属性说明自动提取数据库字段的描述信息)
+ ///
+ [Serializable]
+ public partial class T_ALM_PIPECOLLDATA
+ {
+ public T_ALM_PIPECOLLDATA()
+ {}
+ #region Model
+ private string _pipe_code;
+ private string _monitor_id;
+ private decimal? _coll_data;
+ private DateTime? _coll_time;
+ private decimal? _cond_density;
+ private int? _cond_density_state;
+ private decimal? _cond_temperature;
+ private int? _cond_temperature_state;
+ private decimal? _cond_pressure;
+ private int? _cond_pressure_state;
+ private decimal? _cond_total_volume;
+ private decimal? _cond_velocity;
+ private int? _cond_flowmeter_state;
+ private int? _cond_flow_computer_status;
+ private decimal? _stan_relative_density;
+ private decimal? _stan_density;
+ private decimal? _stan_velocity;
+ private decimal? _stan_high_qgr;
+ private decimal? _stan_low_qgr;
+ private decimal? _stan_methane;
+ private decimal? _stan_ethane;
+ private decimal? _stan_propane;
+ private decimal? _stan_isobutane;
+ private decimal? _stan_butane;
+ private decimal? _stan_isopentane;
+ private decimal? _stan_pentane;
+ private decimal? _stan_newpentane;
+ private decimal? _stan_hexane;
+ private decimal? _stan_carbondioxide;
+ private decimal? _stan_nitrogen;
+ private decimal? _stan_yesterday_total_volume;
+ private decimal? _stan_today_total_volume;
+ private decimal? _stan_previous_months_volume;
+ private decimal? _stan_this_months_volume;
+ private decimal? _stan_previous_year_volume;
+ private decimal? _stan_this_year_volume;
+ private decimal? _stan_present_flowmeter_total_volume;
+ private decimal? _stan_yesterday_total_quality;
+ private decimal? _stan_today_total_quality;
+ private decimal? _stan_previous_months_quality;
+ private decimal? _stan_this_months_quality;
+ private decimal? _stan_previous_year_quality;
+ private decimal? _stan_this_year_quality;
+ private decimal? _stan_present_flowmeter_total_quality;
+ private string _cond_density_flag;
+ private string _cond_density_state_flag;
+ private string _cond_temperature_flag;
+ private string _cond_temperature_state_flag;
+ private string _cond_pressure_flag;
+ private string _cond_pressure_state_flag;
+ private string _cond_total_volume_flag;
+ private string _cond_velocity_flag;
+ private string _cond_flowmeter_state_flag;
+ private string _cond_flow_computer_status_flag;
+ private string _stan_relative_density_flag;
+ private string _stan_density_flag;
+ private string _stan_velocity_flag;
+ private string _stan_high_qgr_flag;
+ private string _stan_low_qgr_flag;
+ private string _stan_methane_flag;
+ private string _stan_ethane_flag;
+ private string _stan_propane_flag;
+ private string _stan_isobutane_flag;
+ private string _stan_butane_flag;
+ private string _stan_isopentane_flag;
+ private string _stan_pentane_flag;
+ private string _stan_newpentane_flag;
+ private string _stan_hexane_flag;
+ private string _stan_carbondioxide_flag;
+ private string _stan_nitrogen_flag;
+ private string _stan_yesterday_total_volume_flag;
+ private string _stan_today_total_volume_flag;
+ private string _stan_previous_months_volume_flag;
+ private string _stan_this_months_volume_flag;
+ private string _stan_previous_year_volume_flag;
+ private string _stan_this_year_volume_flag;
+ private string _stan_present_flowmeter_total_volume_flag;
+ private string _stan_yesterday_total_quality_flag;
+ private string _stan_today_total_quality_flag;
+ private string _stan_previous_months_quality_flag;
+ private string _stan_this_months_quality_flag;
+ private string _stan_previous_year_quality_flag;
+ private string _stan_this_year_quality_flag;
+ private string _stan_present_flowmeter_total_quality_flag;
+ private string _collfixture_code;
+ private DateTime? _server_time;
+ private string _field_char1;
+ private string _field_char2;
+ private decimal? _field_decimal2;
+ private decimal? _field_decimal3;
+ private int? _stan_present_gate_heartbeat;
+ private DateTime? _stan_present_gate_pounds_satrt_time;
+ private DateTime? _stan_present_gate_pounds_end_time;
+ ///
+ ///
+ ///
+ public string PIPE_CODE
+ {
+ set{ _pipe_code=value;}
+ get{return _pipe_code;}
+ }
+ ///
+ ///
+ ///
+ public string MONITOR_ID
+ {
+ set{ _monitor_id=value;}
+ get{return _monitor_id;}
+ }
+ ///
+ ///
+ ///
+ public decimal? COLL_DATA
+ {
+ set{ _coll_data=value;}
+ get{return _coll_data;}
+ }
+ ///
+ ///
+ ///
+ public DateTime? COLL_TIME
+ {
+ set{ _coll_time=value;}
+ get{return _coll_time;}
+ }
+ ///
+ ///
+ ///
+ public decimal? COND_DENSITY
+ {
+ set{ _cond_density=value;}
+ get{return _cond_density;}
+ }
+ ///
+ ///
+ ///
+ public int? COND_DENSITY_STATE
+ {
+ set{ _cond_density_state=value;}
+ get{return _cond_density_state;}
+ }
+ ///
+ ///
+ ///
+ public decimal? COND_TEMPERATURE
+ {
+ set{ _cond_temperature=value;}
+ get{return _cond_temperature;}
+ }
+ ///
+ ///
+ ///
+ public int? COND_TEMPERATURE_STATE
+ {
+ set{ _cond_temperature_state=value;}
+ get{return _cond_temperature_state;}
+ }
+ ///
+ ///
+ ///
+ public decimal? COND_PRESSURE
+ {
+ set{ _cond_pressure=value;}
+ get{return _cond_pressure;}
+ }
+ ///
+ ///
+ ///
+ public int? COND_PRESSURE_STATE
+ {
+ set{ _cond_pressure_state=value;}
+ get{return _cond_pressure_state;}
+ }
+ ///
+ ///
+ ///
+ public decimal? COND_TOTAL_VOLUME
+ {
+ set{ _cond_total_volume=value;}
+ get{return _cond_total_volume;}
+ }
+ ///
+ ///
+ ///
+ public decimal? COND_VELOCITY
+ {
+ set{ _cond_velocity=value;}
+ get{return _cond_velocity;}
+ }
+ ///
+ ///
+ ///
+ public int? COND_FLOWMETER_STATE
+ {
+ set{ _cond_flowmeter_state=value;}
+ get{return _cond_flowmeter_state;}
+ }
+ ///
+ ///
+ ///
+ public int? COND_FLOW_COMPUTER_STATUS
+ {
+ set{ _cond_flow_computer_status=value;}
+ get{return _cond_flow_computer_status;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_RELATIVE_DENSITY
+ {
+ set{ _stan_relative_density=value;}
+ get{return _stan_relative_density;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_DENSITY
+ {
+ set{ _stan_density=value;}
+ get{return _stan_density;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_VELOCITY
+ {
+ set{ _stan_velocity=value;}
+ get{return _stan_velocity;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_HIGH_QGR
+ {
+ set{ _stan_high_qgr=value;}
+ get{return _stan_high_qgr;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_LOW_QGR
+ {
+ set{ _stan_low_qgr=value;}
+ get{return _stan_low_qgr;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_METHANE
+ {
+ set{ _stan_methane=value;}
+ get{return _stan_methane;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_ETHANE
+ {
+ set{ _stan_ethane=value;}
+ get{return _stan_ethane;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_PROPANE
+ {
+ set{ _stan_propane=value;}
+ get{return _stan_propane;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_ISOBUTANE
+ {
+ set{ _stan_isobutane=value;}
+ get{return _stan_isobutane;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_BUTANE
+ {
+ set{ _stan_butane=value;}
+ get{return _stan_butane;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_ISOPENTANE
+ {
+ set{ _stan_isopentane=value;}
+ get{return _stan_isopentane;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_PENTANE
+ {
+ set{ _stan_pentane=value;}
+ get{return _stan_pentane;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_NEWPENTANE
+ {
+ set{ _stan_newpentane=value;}
+ get{return _stan_newpentane;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_HEXANE
+ {
+ set{ _stan_hexane=value;}
+ get{return _stan_hexane;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_CARBONDIOXIDE
+ {
+ set{ _stan_carbondioxide=value;}
+ get{return _stan_carbondioxide;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_NITROGEN
+ {
+ set{ _stan_nitrogen=value;}
+ get{return _stan_nitrogen;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_YESTERDAY_TOTAL_VOLUME
+ {
+ set{ _stan_yesterday_total_volume=value;}
+ get{return _stan_yesterday_total_volume;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_TODAY_TOTAL_VOLUME
+ {
+ set{ _stan_today_total_volume=value;}
+ get{return _stan_today_total_volume;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_PREVIOUS_MONTHS_VOLUME
+ {
+ set{ _stan_previous_months_volume=value;}
+ get{return _stan_previous_months_volume;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_THIS_MONTHS_VOLUME
+ {
+ set{ _stan_this_months_volume=value;}
+ get{return _stan_this_months_volume;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_PREVIOUS_YEAR_VOLUME
+ {
+ set{ _stan_previous_year_volume=value;}
+ get{return _stan_previous_year_volume;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_THIS_YEAR_VOLUME
+ {
+ set{ _stan_this_year_volume=value;}
+ get{return _stan_this_year_volume;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_PRESENT_FLOWMETER_TOTAL_VOLUME
+ {
+ set{ _stan_present_flowmeter_total_volume=value;}
+ get{return _stan_present_flowmeter_total_volume;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_YESTERDAY_TOTAL_QUALITY
+ {
+ set{ _stan_yesterday_total_quality=value;}
+ get{return _stan_yesterday_total_quality;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_TODAY_TOTAL_QUALITY
+ {
+ set{ _stan_today_total_quality=value;}
+ get{return _stan_today_total_quality;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_PREVIOUS_MONTHS_QUALITY
+ {
+ set{ _stan_previous_months_quality=value;}
+ get{return _stan_previous_months_quality;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_THIS_MONTHS_QUALITY
+ {
+ set{ _stan_this_months_quality=value;}
+ get{return _stan_this_months_quality;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_PREVIOUS_YEAR_QUALITY
+ {
+ set{ _stan_previous_year_quality=value;}
+ get{return _stan_previous_year_quality;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_THIS_YEAR_QUALITY
+ {
+ set{ _stan_this_year_quality=value;}
+ get{return _stan_this_year_quality;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_PRESENT_FLOWMETER_TOTAL_QUALITY
+ {
+ set{ _stan_present_flowmeter_total_quality=value;}
+ get{return _stan_present_flowmeter_total_quality;}
+ }
+ ///
+ ///
+ ///
+ public string COND_DENSITY_FLAG
+ {
+ set{ _cond_density_flag=value;}
+ get{return _cond_density_flag;}
+ }
+ ///
+ ///
+ ///
+ public string COND_DENSITY_STATE_FLAG
+ {
+ set{ _cond_density_state_flag=value;}
+ get{return _cond_density_state_flag;}
+ }
+ ///
+ ///
+ ///
+ public string COND_TEMPERATURE_FLAG
+ {
+ set{ _cond_temperature_flag=value;}
+ get{return _cond_temperature_flag;}
+ }
+ ///
+ ///
+ ///
+ public string COND_TEMPERATURE_STATE_FLAG
+ {
+ set{ _cond_temperature_state_flag=value;}
+ get{return _cond_temperature_state_flag;}
+ }
+ ///
+ ///
+ ///
+ public string COND_PRESSURE_FLAG
+ {
+ set{ _cond_pressure_flag=value;}
+ get{return _cond_pressure_flag;}
+ }
+ ///
+ ///
+ ///
+ public string COND_PRESSURE_STATE_FLAG
+ {
+ set{ _cond_pressure_state_flag=value;}
+ get{return _cond_pressure_state_flag;}
+ }
+ ///
+ ///
+ ///
+ public string COND_TOTAL_VOLUME_FLAG
+ {
+ set{ _cond_total_volume_flag=value;}
+ get{return _cond_total_volume_flag;}
+ }
+ ///
+ ///
+ ///
+ public string COND_VELOCITY_FLAG
+ {
+ set{ _cond_velocity_flag=value;}
+ get{return _cond_velocity_flag;}
+ }
+ ///
+ ///
+ ///
+ public string COND_FLOWMETER_STATE_FLAG
+ {
+ set{ _cond_flowmeter_state_flag=value;}
+ get{return _cond_flowmeter_state_flag;}
+ }
+ ///
+ ///
+ ///
+ public string COND_FLOW_COMPUTER_STATUS_FLAG
+ {
+ set{ _cond_flow_computer_status_flag=value;}
+ get{return _cond_flow_computer_status_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_RELATIVE_DENSITY_FLAG
+ {
+ set{ _stan_relative_density_flag=value;}
+ get{return _stan_relative_density_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_DENSITY_FLAG
+ {
+ set{ _stan_density_flag=value;}
+ get{return _stan_density_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_VELOCITY_FLAG
+ {
+ set{ _stan_velocity_flag=value;}
+ get{return _stan_velocity_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_HIGH_QGR_FLAG
+ {
+ set{ _stan_high_qgr_flag=value;}
+ get{return _stan_high_qgr_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_LOW_QGR_FLAG
+ {
+ set{ _stan_low_qgr_flag=value;}
+ get{return _stan_low_qgr_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_METHANE_FLAG
+ {
+ set{ _stan_methane_flag=value;}
+ get{return _stan_methane_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_ETHANE_FLAG
+ {
+ set{ _stan_ethane_flag=value;}
+ get{return _stan_ethane_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_PROPANE_FLAG
+ {
+ set{ _stan_propane_flag=value;}
+ get{return _stan_propane_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_ISOBUTANE_FLAG
+ {
+ set{ _stan_isobutane_flag=value;}
+ get{return _stan_isobutane_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_BUTANE_FLAG
+ {
+ set{ _stan_butane_flag=value;}
+ get{return _stan_butane_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_ISOPENTANE_FLAG
+ {
+ set{ _stan_isopentane_flag=value;}
+ get{return _stan_isopentane_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_PENTANE_FLAG
+ {
+ set{ _stan_pentane_flag=value;}
+ get{return _stan_pentane_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_NEWPENTANE_FLAG
+ {
+ set{ _stan_newpentane_flag=value;}
+ get{return _stan_newpentane_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_HEXANE_FLAG
+ {
+ set{ _stan_hexane_flag=value;}
+ get{return _stan_hexane_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_CARBONDIOXIDE_FLAG
+ {
+ set{ _stan_carbondioxide_flag=value;}
+ get{return _stan_carbondioxide_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_NITROGEN_FLAG
+ {
+ set{ _stan_nitrogen_flag=value;}
+ get{return _stan_nitrogen_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_YESTERDAY_TOTAL_VOLUME_FLAG
+ {
+ set{ _stan_yesterday_total_volume_flag=value;}
+ get{return _stan_yesterday_total_volume_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_TODAY_TOTAL_VOLUME_FLAG
+ {
+ set{ _stan_today_total_volume_flag=value;}
+ get{return _stan_today_total_volume_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_PREVIOUS_MONTHS_VOLUME_FLAG
+ {
+ set{ _stan_previous_months_volume_flag=value;}
+ get{return _stan_previous_months_volume_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_THIS_MONTHS_VOLUME_FLAG
+ {
+ set{ _stan_this_months_volume_flag=value;}
+ get{return _stan_this_months_volume_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_PREVIOUS_YEAR_VOLUME_FLAG
+ {
+ set{ _stan_previous_year_volume_flag=value;}
+ get{return _stan_previous_year_volume_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_THIS_YEAR_VOLUME_FLAG
+ {
+ set{ _stan_this_year_volume_flag=value;}
+ get{return _stan_this_year_volume_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_PRESENT_FLOWMETER_TOTAL_VOLUME_FLAG
+ {
+ set{ _stan_present_flowmeter_total_volume_flag=value;}
+ get{return _stan_present_flowmeter_total_volume_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_YESTERDAY_TOTAL_QUALITY_FLAG
+ {
+ set{ _stan_yesterday_total_quality_flag=value;}
+ get{return _stan_yesterday_total_quality_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_TODAY_TOTAL_QUALITY_FLAG
+ {
+ set{ _stan_today_total_quality_flag=value;}
+ get{return _stan_today_total_quality_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_PREVIOUS_MONTHS_QUALITY_FLAG
+ {
+ set{ _stan_previous_months_quality_flag=value;}
+ get{return _stan_previous_months_quality_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_THIS_MONTHS_QUALITY_FLAG
+ {
+ set{ _stan_this_months_quality_flag=value;}
+ get{return _stan_this_months_quality_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_PREVIOUS_YEAR_QUALITY_FLAG
+ {
+ set{ _stan_previous_year_quality_flag=value;}
+ get{return _stan_previous_year_quality_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_THIS_YEAR_QUALITY_FLAG
+ {
+ set{ _stan_this_year_quality_flag=value;}
+ get{return _stan_this_year_quality_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_PRESENT_FLOWMETER_TOTAL_QUALITY_FLAG
+ {
+ set{ _stan_present_flowmeter_total_quality_flag=value;}
+ get{return _stan_present_flowmeter_total_quality_flag;}
+ }
+ ///
+ ///
+ ///
+ public string COLLFIXTURE_CODE
+ {
+ set{ _collfixture_code=value;}
+ get{return _collfixture_code;}
+ }
+ ///
+ ///
+ ///
+ public DateTime? SERVER_TIME
+ {
+ set{ _server_time=value;}
+ get{return _server_time;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR1
+ {
+ set{ _field_char1=value;}
+ get{return _field_char1;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR2
+ {
+ set{ _field_char2=value;}
+ get{return _field_char2;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL2
+ {
+ set{ _field_decimal2=value;}
+ get{return _field_decimal2;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL3
+ {
+ set{ _field_decimal3=value;}
+ get{return _field_decimal3;}
+ }
+ ///
+ ///
+ ///
+ public int? STAN_PRESENT_GATE_HEARTBEAT
+ {
+ set{ _stan_present_gate_heartbeat=value;}
+ get{return _stan_present_gate_heartbeat;}
+ }
+ ///
+ ///
+ ///
+ public DateTime? STAN_PRESENT_GATE_POUNDS_SATRT_TIME
+ {
+ set{ _stan_present_gate_pounds_satrt_time=value;}
+ get{return _stan_present_gate_pounds_satrt_time;}
+ }
+ ///
+ ///
+ ///
+ public DateTime? STAN_PRESENT_GATE_POUNDS_END_TIME
+ {
+ set{ _stan_present_gate_pounds_end_time=value;}
+ get{return _stan_present_gate_pounds_end_time;}
+ }
+ #endregion Model
+
+ }
+}
+
diff --git a/BulkCargo_UnityProject/Assets/Scripts/Model/T_ALM_PIPECOLLDATA.cs.meta b/BulkCargo_UnityProject/Assets/Scripts/Model/T_ALM_PIPECOLLDATA.cs.meta
new file mode 100644
index 00000000..e022ee34
--- /dev/null
+++ b/BulkCargo_UnityProject/Assets/Scripts/Model/T_ALM_PIPECOLLDATA.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: aa7e06356f54f8f448111f1372cefc41
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/BulkCargo_UnityProject/Assets/Scripts/Model/T_ALM_PIPECOLLDATACOMPARE.cs b/BulkCargo_UnityProject/Assets/Scripts/Model/T_ALM_PIPECOLLDATACOMPARE.cs
new file mode 100644
index 00000000..99bc7e4d
--- /dev/null
+++ b/BulkCargo_UnityProject/Assets/Scripts/Model/T_ALM_PIPECOLLDATACOMPARE.cs
@@ -0,0 +1,924 @@
+/** 版本信息模板在安装目录下,可自行修改。
+* T_ALM_PIPECOLLDATACOMPARE.cs
+*
+* 功 能: N/A
+* 类 名: T_ALM_PIPECOLLDATACOMPARE
+*
+* Ver 变更日期 负责人 变更内容
+* ───────────────────────────────────
+* V0.01 2024/6/12 16:53:37 N/A 初版
+*
+* Copyright (c) 2012 Maticsoft Corporation. All rights reserved.
+*┌──────────────────────────────────┐
+*│ 此技术信息为本公司机密信息,未经本公司书面同意禁止向第三方披露. │
+*│ 版权所有:动软卓越(北京)科技有限公司 │
+*└──────────────────────────────────┘
+*/
+using System;
+namespace Competition.Mysql.Model
+{
+ ///
+ /// T_ALM_PIPECOLLDATACOMPARE:实体类(属性说明自动提取数据库字段的描述信息)
+ ///
+ [Serializable]
+ public partial class T_ALM_PIPECOLLDATACOMPARE
+ {
+ public T_ALM_PIPECOLLDATACOMPARE()
+ {}
+ #region Model
+ private Guid _guid;
+ private string _pipe_code;
+ private string _monitor_id;
+ private DateTime? _coll_time;
+ private decimal? _cond_density;
+ private int? _cond_density_state;
+ private decimal? _cond_temperature;
+ private int? _cond_temperature_state;
+ private decimal? _cond_pressure;
+ private int? _cond_pressure_state;
+ private decimal? _cond_total_volume;
+ private decimal? _cond_velocity;
+ private int? _cond_flowmeter_state;
+ private int? _cond_flow_computer_status;
+ private decimal? _stan_density;
+ private decimal? _stan_previous_density;
+ private decimal? _stan_diff_density;
+ private decimal? _stan_relative_density;
+ private decimal? _stan_velocity;
+ private decimal? _stan_high_qgr;
+ private decimal? _stan_low_qgr;
+ private decimal? _stan_methane;
+ private decimal? _stan_ethane;
+ private decimal? _stan_propane;
+ private decimal? _stan_isobutane;
+ private decimal? _stan_butane;
+ private decimal? _stan_isopentane;
+ private decimal? _stan_pentane;
+ private decimal? _stan_newpentane;
+ private decimal? _stan_hexane;
+ private decimal? _stan_carbondioxide;
+ private decimal? _stan_nitrogen;
+ private decimal? _stan_yesterday_total_volume;
+ private decimal? _stan_today_total_volume;
+ private decimal? _stan_previous_months_volume;
+ private decimal? _stan_this_months_volume;
+ private decimal? _stan_previous_year_volume;
+ private decimal? _stan_this_year_volume;
+ private decimal? _stan_present_flowmeter_total_volume;
+ private decimal? _stan_yesterday_total_quality;
+ private decimal? _stan_yesterday_quality;
+ private decimal? _stan_diff_quality;
+ private decimal? _stan_today_total_quality;
+ private decimal? _stan_previous_months_quality;
+ private decimal? _stan_this_months_quality;
+ private decimal? _stan_previous_year_quality;
+ private decimal? _stan_this_year_quality;
+ private decimal? _stan_present_flowmeter_total_quality;
+ private decimal? _base_amount;
+ private decimal? _base_variate;
+ private string _cond_density_flag;
+ private string _cond_density_state_flag;
+ private string _cond_temperature_flag;
+ private string _cond_temperature_state_flag;
+ private string _cond_pressure_flag;
+ private string _cond_pressure_state_flag;
+ private string _cond_total_volume_flag;
+ private string _cond_velocity_flag;
+ private string _cond_flowmeter_state_flag;
+ private string _cond_flow_computer_status_flag;
+ private string _stan_relative_density_flag;
+ private string _stan_density_flag;
+ private string _stan_velocity_flag;
+ private string _stan_high_qgr_flag;
+ private string _stan_low_qgr_flag;
+ private string _stan_methane_flag;
+ private string _stan_ethane_flag;
+ private string _stan_propane_flag;
+ private string _stan_isobutane_flag;
+ private string _stan_butane_flag;
+ private string _stan_isopentane_flag;
+ private string _stan_pentane_flag;
+ private string _stan_newpentane_flag;
+ private string _stan_hexane_flag;
+ private string _stan_carbondioxide_flag;
+ private string _stan_nitrogen_flag;
+ private string _stan_yesterday_total_volume_flag;
+ private string _stan_today_total_volume_flag;
+ private string _stan_previous_months_volume_flag;
+ private string _stan_this_months_volume_flag;
+ private string _stan_previous_year_volume_flag;
+ private string _stan_this_year_volume_flag;
+ private string _stan_present_flowmeter_total_volume_flag;
+ private string _stan_yesterday_total_quality_flag;
+ private string _stan_today_total_quality_flag;
+ private string _stan_previous_months_quality_flag;
+ private string _stan_this_months_quality_flag;
+ private string _stan_previous_year_quality_flag;
+ private string _stan_this_year_quality_flag;
+ private string _stan_present_flowmeter_total_quality_flag;
+ private string _collfixture_code;
+ private DateTime? _server_time;
+ private string _field_char1;
+ private string _field_char2;
+ private decimal? _field_decimal2;
+ private decimal? _field_decimal3;
+ private int? _stan_present_gate_heartbeat;
+ private DateTime? _stan_present_gate_pounds_satrt_time;
+ private DateTime? _stan_present_gate_pounds_end_time;
+ ///
+ ///
+ ///
+ public Guid GUID
+ {
+ set{ _guid=value;}
+ get{return _guid;}
+ }
+ ///
+ ///
+ ///
+ public string PIPE_CODE
+ {
+ set{ _pipe_code=value;}
+ get{return _pipe_code;}
+ }
+ ///
+ ///
+ ///
+ public string MONITOR_ID
+ {
+ set{ _monitor_id=value;}
+ get{return _monitor_id;}
+ }
+ ///
+ ///
+ ///
+ public DateTime? COLL_TIME
+ {
+ set{ _coll_time=value;}
+ get{return _coll_time;}
+ }
+ ///
+ ///
+ ///
+ public decimal? COND_DENSITY
+ {
+ set{ _cond_density=value;}
+ get{return _cond_density;}
+ }
+ ///
+ ///
+ ///
+ public int? COND_DENSITY_STATE
+ {
+ set{ _cond_density_state=value;}
+ get{return _cond_density_state;}
+ }
+ ///
+ ///
+ ///
+ public decimal? COND_TEMPERATURE
+ {
+ set{ _cond_temperature=value;}
+ get{return _cond_temperature;}
+ }
+ ///
+ ///
+ ///
+ public int? COND_TEMPERATURE_STATE
+ {
+ set{ _cond_temperature_state=value;}
+ get{return _cond_temperature_state;}
+ }
+ ///
+ ///
+ ///
+ public decimal? COND_PRESSURE
+ {
+ set{ _cond_pressure=value;}
+ get{return _cond_pressure;}
+ }
+ ///
+ ///
+ ///
+ public int? COND_PRESSURE_STATE
+ {
+ set{ _cond_pressure_state=value;}
+ get{return _cond_pressure_state;}
+ }
+ ///
+ ///
+ ///
+ public decimal? COND_TOTAL_VOLUME
+ {
+ set{ _cond_total_volume=value;}
+ get{return _cond_total_volume;}
+ }
+ ///
+ ///
+ ///
+ public decimal? COND_VELOCITY
+ {
+ set{ _cond_velocity=value;}
+ get{return _cond_velocity;}
+ }
+ ///
+ ///
+ ///
+ public int? COND_FLOWMETER_STATE
+ {
+ set{ _cond_flowmeter_state=value;}
+ get{return _cond_flowmeter_state;}
+ }
+ ///
+ ///
+ ///
+ public int? COND_FLOW_COMPUTER_STATUS
+ {
+ set{ _cond_flow_computer_status=value;}
+ get{return _cond_flow_computer_status;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_DENSITY
+ {
+ set{ _stan_density=value;}
+ get{return _stan_density;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_PREVIOUS_DENSITY
+ {
+ set{ _stan_previous_density=value;}
+ get{return _stan_previous_density;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_DIFF_DENSITY
+ {
+ set{ _stan_diff_density=value;}
+ get{return _stan_diff_density;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_RELATIVE_DENSITY
+ {
+ set{ _stan_relative_density=value;}
+ get{return _stan_relative_density;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_VELOCITY
+ {
+ set{ _stan_velocity=value;}
+ get{return _stan_velocity;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_HIGH_QGR
+ {
+ set{ _stan_high_qgr=value;}
+ get{return _stan_high_qgr;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_LOW_QGR
+ {
+ set{ _stan_low_qgr=value;}
+ get{return _stan_low_qgr;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_METHANE
+ {
+ set{ _stan_methane=value;}
+ get{return _stan_methane;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_ETHANE
+ {
+ set{ _stan_ethane=value;}
+ get{return _stan_ethane;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_PROPANE
+ {
+ set{ _stan_propane=value;}
+ get{return _stan_propane;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_ISOBUTANE
+ {
+ set{ _stan_isobutane=value;}
+ get{return _stan_isobutane;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_BUTANE
+ {
+ set{ _stan_butane=value;}
+ get{return _stan_butane;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_ISOPENTANE
+ {
+ set{ _stan_isopentane=value;}
+ get{return _stan_isopentane;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_PENTANE
+ {
+ set{ _stan_pentane=value;}
+ get{return _stan_pentane;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_NEWPENTANE
+ {
+ set{ _stan_newpentane=value;}
+ get{return _stan_newpentane;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_HEXANE
+ {
+ set{ _stan_hexane=value;}
+ get{return _stan_hexane;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_CARBONDIOXIDE
+ {
+ set{ _stan_carbondioxide=value;}
+ get{return _stan_carbondioxide;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_NITROGEN
+ {
+ set{ _stan_nitrogen=value;}
+ get{return _stan_nitrogen;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_YESTERDAY_TOTAL_VOLUME
+ {
+ set{ _stan_yesterday_total_volume=value;}
+ get{return _stan_yesterday_total_volume;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_TODAY_TOTAL_VOLUME
+ {
+ set{ _stan_today_total_volume=value;}
+ get{return _stan_today_total_volume;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_PREVIOUS_MONTHS_VOLUME
+ {
+ set{ _stan_previous_months_volume=value;}
+ get{return _stan_previous_months_volume;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_THIS_MONTHS_VOLUME
+ {
+ set{ _stan_this_months_volume=value;}
+ get{return _stan_this_months_volume;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_PREVIOUS_YEAR_VOLUME
+ {
+ set{ _stan_previous_year_volume=value;}
+ get{return _stan_previous_year_volume;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_THIS_YEAR_VOLUME
+ {
+ set{ _stan_this_year_volume=value;}
+ get{return _stan_this_year_volume;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_PRESENT_FLOWMETER_TOTAL_VOLUME
+ {
+ set{ _stan_present_flowmeter_total_volume=value;}
+ get{return _stan_present_flowmeter_total_volume;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_YESTERDAY_TOTAL_QUALITY
+ {
+ set{ _stan_yesterday_total_quality=value;}
+ get{return _stan_yesterday_total_quality;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_YESTERDAY_QUALITY
+ {
+ set{ _stan_yesterday_quality=value;}
+ get{return _stan_yesterday_quality;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_DIFF_QUALITY
+ {
+ set{ _stan_diff_quality=value;}
+ get{return _stan_diff_quality;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_TODAY_TOTAL_QUALITY
+ {
+ set{ _stan_today_total_quality=value;}
+ get{return _stan_today_total_quality;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_PREVIOUS_MONTHS_QUALITY
+ {
+ set{ _stan_previous_months_quality=value;}
+ get{return _stan_previous_months_quality;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_THIS_MONTHS_QUALITY
+ {
+ set{ _stan_this_months_quality=value;}
+ get{return _stan_this_months_quality;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_PREVIOUS_YEAR_QUALITY
+ {
+ set{ _stan_previous_year_quality=value;}
+ get{return _stan_previous_year_quality;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_THIS_YEAR_QUALITY
+ {
+ set{ _stan_this_year_quality=value;}
+ get{return _stan_this_year_quality;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STAN_PRESENT_FLOWMETER_TOTAL_QUALITY
+ {
+ set{ _stan_present_flowmeter_total_quality=value;}
+ get{return _stan_present_flowmeter_total_quality;}
+ }
+ ///
+ ///
+ ///
+ public decimal? BASE_AMOUNT
+ {
+ set{ _base_amount=value;}
+ get{return _base_amount;}
+ }
+ ///
+ ///
+ ///
+ public decimal? BASE_VARIATE
+ {
+ set{ _base_variate=value;}
+ get{return _base_variate;}
+ }
+ ///
+ ///
+ ///
+ public string COND_DENSITY_FLAG
+ {
+ set{ _cond_density_flag=value;}
+ get{return _cond_density_flag;}
+ }
+ ///
+ ///
+ ///
+ public string COND_DENSITY_STATE_FLAG
+ {
+ set{ _cond_density_state_flag=value;}
+ get{return _cond_density_state_flag;}
+ }
+ ///
+ ///
+ ///
+ public string COND_TEMPERATURE_FLAG
+ {
+ set{ _cond_temperature_flag=value;}
+ get{return _cond_temperature_flag;}
+ }
+ ///
+ ///
+ ///
+ public string COND_TEMPERATURE_STATE_FLAG
+ {
+ set{ _cond_temperature_state_flag=value;}
+ get{return _cond_temperature_state_flag;}
+ }
+ ///
+ ///
+ ///
+ public string COND_PRESSURE_FLAG
+ {
+ set{ _cond_pressure_flag=value;}
+ get{return _cond_pressure_flag;}
+ }
+ ///
+ ///
+ ///
+ public string COND_PRESSURE_STATE_FLAG
+ {
+ set{ _cond_pressure_state_flag=value;}
+ get{return _cond_pressure_state_flag;}
+ }
+ ///
+ ///
+ ///
+ public string COND_TOTAL_VOLUME_FLAG
+ {
+ set{ _cond_total_volume_flag=value;}
+ get{return _cond_total_volume_flag;}
+ }
+ ///
+ ///
+ ///
+ public string COND_VELOCITY_FLAG
+ {
+ set{ _cond_velocity_flag=value;}
+ get{return _cond_velocity_flag;}
+ }
+ ///
+ ///
+ ///
+ public string COND_FLOWMETER_STATE_FLAG
+ {
+ set{ _cond_flowmeter_state_flag=value;}
+ get{return _cond_flowmeter_state_flag;}
+ }
+ ///
+ ///
+ ///
+ public string COND_FLOW_COMPUTER_STATUS_FLAG
+ {
+ set{ _cond_flow_computer_status_flag=value;}
+ get{return _cond_flow_computer_status_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_RELATIVE_DENSITY_FLAG
+ {
+ set{ _stan_relative_density_flag=value;}
+ get{return _stan_relative_density_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_DENSITY_FLAG
+ {
+ set{ _stan_density_flag=value;}
+ get{return _stan_density_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_VELOCITY_FLAG
+ {
+ set{ _stan_velocity_flag=value;}
+ get{return _stan_velocity_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_HIGH_QGR_FLAG
+ {
+ set{ _stan_high_qgr_flag=value;}
+ get{return _stan_high_qgr_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_LOW_QGR_FLAG
+ {
+ set{ _stan_low_qgr_flag=value;}
+ get{return _stan_low_qgr_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_METHANE_FLAG
+ {
+ set{ _stan_methane_flag=value;}
+ get{return _stan_methane_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_ETHANE_FLAG
+ {
+ set{ _stan_ethane_flag=value;}
+ get{return _stan_ethane_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_PROPANE_FLAG
+ {
+ set{ _stan_propane_flag=value;}
+ get{return _stan_propane_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_ISOBUTANE_FLAG
+ {
+ set{ _stan_isobutane_flag=value;}
+ get{return _stan_isobutane_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_BUTANE_FLAG
+ {
+ set{ _stan_butane_flag=value;}
+ get{return _stan_butane_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_ISOPENTANE_FLAG
+ {
+ set{ _stan_isopentane_flag=value;}
+ get{return _stan_isopentane_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_PENTANE_FLAG
+ {
+ set{ _stan_pentane_flag=value;}
+ get{return _stan_pentane_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_NEWPENTANE_FLAG
+ {
+ set{ _stan_newpentane_flag=value;}
+ get{return _stan_newpentane_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_HEXANE_FLAG
+ {
+ set{ _stan_hexane_flag=value;}
+ get{return _stan_hexane_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_CARBONDIOXIDE_FLAG
+ {
+ set{ _stan_carbondioxide_flag=value;}
+ get{return _stan_carbondioxide_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_NITROGEN_FLAG
+ {
+ set{ _stan_nitrogen_flag=value;}
+ get{return _stan_nitrogen_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_YESTERDAY_TOTAL_VOLUME_FLAG
+ {
+ set{ _stan_yesterday_total_volume_flag=value;}
+ get{return _stan_yesterday_total_volume_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_TODAY_TOTAL_VOLUME_FLAG
+ {
+ set{ _stan_today_total_volume_flag=value;}
+ get{return _stan_today_total_volume_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_PREVIOUS_MONTHS_VOLUME_FLAG
+ {
+ set{ _stan_previous_months_volume_flag=value;}
+ get{return _stan_previous_months_volume_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_THIS_MONTHS_VOLUME_FLAG
+ {
+ set{ _stan_this_months_volume_flag=value;}
+ get{return _stan_this_months_volume_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_PREVIOUS_YEAR_VOLUME_FLAG
+ {
+ set{ _stan_previous_year_volume_flag=value;}
+ get{return _stan_previous_year_volume_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_THIS_YEAR_VOLUME_FLAG
+ {
+ set{ _stan_this_year_volume_flag=value;}
+ get{return _stan_this_year_volume_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_PRESENT_FLOWMETER_TOTAL_VOLUME_FLAG
+ {
+ set{ _stan_present_flowmeter_total_volume_flag=value;}
+ get{return _stan_present_flowmeter_total_volume_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_YESTERDAY_TOTAL_QUALITY_FLAG
+ {
+ set{ _stan_yesterday_total_quality_flag=value;}
+ get{return _stan_yesterday_total_quality_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_TODAY_TOTAL_QUALITY_FLAG
+ {
+ set{ _stan_today_total_quality_flag=value;}
+ get{return _stan_today_total_quality_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_PREVIOUS_MONTHS_QUALITY_FLAG
+ {
+ set{ _stan_previous_months_quality_flag=value;}
+ get{return _stan_previous_months_quality_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_THIS_MONTHS_QUALITY_FLAG
+ {
+ set{ _stan_this_months_quality_flag=value;}
+ get{return _stan_this_months_quality_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_PREVIOUS_YEAR_QUALITY_FLAG
+ {
+ set{ _stan_previous_year_quality_flag=value;}
+ get{return _stan_previous_year_quality_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_THIS_YEAR_QUALITY_FLAG
+ {
+ set{ _stan_this_year_quality_flag=value;}
+ get{return _stan_this_year_quality_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STAN_PRESENT_FLOWMETER_TOTAL_QUALITY_FLAG
+ {
+ set{ _stan_present_flowmeter_total_quality_flag=value;}
+ get{return _stan_present_flowmeter_total_quality_flag;}
+ }
+ ///
+ ///
+ ///
+ public string COLLFIXTURE_CODE
+ {
+ set{ _collfixture_code=value;}
+ get{return _collfixture_code;}
+ }
+ ///
+ ///
+ ///
+ public DateTime? SERVER_TIME
+ {
+ set{ _server_time=value;}
+ get{return _server_time;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR1
+ {
+ set{ _field_char1=value;}
+ get{return _field_char1;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR2
+ {
+ set{ _field_char2=value;}
+ get{return _field_char2;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL2
+ {
+ set{ _field_decimal2=value;}
+ get{return _field_decimal2;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL3
+ {
+ set{ _field_decimal3=value;}
+ get{return _field_decimal3;}
+ }
+ ///
+ ///
+ ///
+ public int? STAN_PRESENT_GATE_HEARTBEAT
+ {
+ set{ _stan_present_gate_heartbeat=value;}
+ get{return _stan_present_gate_heartbeat;}
+ }
+ ///
+ ///
+ ///
+ public DateTime? STAN_PRESENT_GATE_POUNDS_SATRT_TIME
+ {
+ set{ _stan_present_gate_pounds_satrt_time=value;}
+ get{return _stan_present_gate_pounds_satrt_time;}
+ }
+ ///
+ ///
+ ///
+ public DateTime? STAN_PRESENT_GATE_POUNDS_END_TIME
+ {
+ set{ _stan_present_gate_pounds_end_time=value;}
+ get{return _stan_present_gate_pounds_end_time;}
+ }
+ #endregion Model
+
+ }
+}
+
diff --git a/BulkCargo_UnityProject/Assets/Scripts/Model/T_ALM_PIPECOLLDATACOMPARE.cs.meta b/BulkCargo_UnityProject/Assets/Scripts/Model/T_ALM_PIPECOLLDATACOMPARE.cs.meta
new file mode 100644
index 00000000..6920a7d1
--- /dev/null
+++ b/BulkCargo_UnityProject/Assets/Scripts/Model/T_ALM_PIPECOLLDATACOMPARE.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: a40514e2ba1aeb447a9584c8e9b4b7cb
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_CAMERA.cs b/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_CAMERA.cs
new file mode 100644
index 00000000..29be3cb2
--- /dev/null
+++ b/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_CAMERA.cs
@@ -0,0 +1,285 @@
+/** 版本信息模板在安装目录下,可自行修改。
+* T_BAS_CAMERA.cs
+*
+* 功 能: N/A
+* 类 名: T_BAS_CAMERA
+*
+* Ver 变更日期 负责人 变更内容
+* ───────────────────────────────────
+* V0.01 2024/6/12 16:53:42 N/A 初版
+*
+* Copyright (c) 2012 Maticsoft Corporation. All rights reserved.
+*┌──────────────────────────────────┐
+*│ 此技术信息为本公司机密信息,未经本公司书面同意禁止向第三方披露. │
+*│ 版权所有:动软卓越(北京)科技有限公司 │
+*└──────────────────────────────────┘
+*/
+using System;
+namespace Competition.Mysql.Model
+{
+ ///
+ /// T_BAS_CAMERA:实体类(属性说明自动提取数据库字段的描述信息)
+ ///
+ [Serializable]
+ public partial class T_BAS_CAMERA
+ {
+ public T_BAS_CAMERA()
+ {}
+ #region Model
+ private string _cameraid;
+ private string _customs_code;
+ private string _monitor_id;
+ private string _camerainame;
+ private string _position;
+ private string _channel;
+ private string _ip;
+ private string _port;
+ private string _loginuser;
+ private string _pwd;
+ private string _memo;
+ private bool _b_used;
+ private string _monitor_area;
+ private string _camera_control;
+ private string _customs_control;
+ private string _ent_control;
+ private int? _in_area;
+ private string _field_char1;
+ private string _field_char2;
+ private string _field_char3;
+ private decimal? _field_decimal1;
+ private decimal? _field_decimal2;
+ private decimal? _field_decimal3;
+ private string _view_user;
+ private string _view_pwd;
+ private string _remote_ip;
+ private int? _remote_port;
+ private string _brand_type;
+ ///
+ ///
+ ///
+ public string CameraID
+ {
+ set{ _cameraid=value;}
+ get{return _cameraid;}
+ }
+ ///
+ ///
+ ///
+ public string CUSTOMS_CODE
+ {
+ set{ _customs_code=value;}
+ get{return _customs_code;}
+ }
+ ///
+ ///
+ ///
+ public string MONITOR_ID
+ {
+ set{ _monitor_id=value;}
+ get{return _monitor_id;}
+ }
+ ///
+ ///
+ ///
+ public string CameraIName
+ {
+ set{ _camerainame=value;}
+ get{return _camerainame;}
+ }
+ ///
+ ///
+ ///
+ public string Position
+ {
+ set{ _position=value;}
+ get{return _position;}
+ }
+ ///
+ ///
+ ///
+ public string Channel
+ {
+ set{ _channel=value;}
+ get{return _channel;}
+ }
+ ///
+ ///
+ ///
+ public string IP
+ {
+ set{ _ip=value;}
+ get{return _ip;}
+ }
+ ///
+ ///
+ ///
+ public string Port
+ {
+ set{ _port=value;}
+ get{return _port;}
+ }
+ ///
+ ///
+ ///
+ public string LoginUser
+ {
+ set{ _loginuser=value;}
+ get{return _loginuser;}
+ }
+ ///
+ ///
+ ///
+ public string Pwd
+ {
+ set{ _pwd=value;}
+ get{return _pwd;}
+ }
+ ///
+ ///
+ ///
+ public string MEMO
+ {
+ set{ _memo=value;}
+ get{return _memo;}
+ }
+ ///
+ ///
+ ///
+ public bool B_USED
+ {
+ set{ _b_used=value;}
+ get{return _b_used;}
+ }
+ ///
+ ///
+ ///
+ public string MONITOR_AREA
+ {
+ set{ _monitor_area=value;}
+ get{return _monitor_area;}
+ }
+ ///
+ ///
+ ///
+ public string CAMERA_CONTROL
+ {
+ set{ _camera_control=value;}
+ get{return _camera_control;}
+ }
+ ///
+ ///
+ ///
+ public string CUSTOMS_CONTROL
+ {
+ set{ _customs_control=value;}
+ get{return _customs_control;}
+ }
+ ///
+ ///
+ ///
+ public string ENT_CONTROL
+ {
+ set{ _ent_control=value;}
+ get{return _ent_control;}
+ }
+ ///
+ ///
+ ///
+ public int? IN_AREA
+ {
+ set{ _in_area=value;}
+ get{return _in_area;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR1
+ {
+ set{ _field_char1=value;}
+ get{return _field_char1;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR2
+ {
+ set{ _field_char2=value;}
+ get{return _field_char2;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR3
+ {
+ set{ _field_char3=value;}
+ get{return _field_char3;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL1
+ {
+ set{ _field_decimal1=value;}
+ get{return _field_decimal1;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL2
+ {
+ set{ _field_decimal2=value;}
+ get{return _field_decimal2;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL3
+ {
+ set{ _field_decimal3=value;}
+ get{return _field_decimal3;}
+ }
+ ///
+ ///
+ ///
+ public string VIEW_USER
+ {
+ set{ _view_user=value;}
+ get{return _view_user;}
+ }
+ ///
+ ///
+ ///
+ public string VIEW_PWD
+ {
+ set{ _view_pwd=value;}
+ get{return _view_pwd;}
+ }
+ ///
+ ///
+ ///
+ public string REMOTE_IP
+ {
+ set{ _remote_ip=value;}
+ get{return _remote_ip;}
+ }
+ ///
+ ///
+ ///
+ public int? REMOTE_PORT
+ {
+ set{ _remote_port=value;}
+ get{return _remote_port;}
+ }
+ ///
+ ///
+ ///
+ public string BRAND_TYPE
+ {
+ set{ _brand_type=value;}
+ get{return _brand_type;}
+ }
+ #endregion Model
+
+ }
+}
+
diff --git a/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_CAMERA.cs.meta b/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_CAMERA.cs.meta
new file mode 100644
index 00000000..d66779ac
--- /dev/null
+++ b/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_CAMERA.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: 0d4582896569c934c96394cb540683e5
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_CORPORATION.cs b/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_CORPORATION.cs
new file mode 100644
index 00000000..9f8e20ea
--- /dev/null
+++ b/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_CORPORATION.cs
@@ -0,0 +1,339 @@
+/** 版本信息模板在安装目录下,可自行修改。
+* T_BAS_CORPORATION.cs
+*
+* 功 能: N/A
+* 类 名: T_BAS_CORPORATION
+*
+* Ver 变更日期 负责人 变更内容
+* ───────────────────────────────────
+* V0.01 2024/6/12 15:52:51 N/A 初版
+*
+* Copyright (c) 2012 Maticsoft Corporation. All rights reserved.
+*┌──────────────────────────────────┐
+*│ 此技术信息为本公司机密信息,未经本公司书面同意禁止向第三方披露. │
+*│ 版权所有:动软卓越(北京)科技有限公司 │
+*└──────────────────────────────────┘
+*/
+using System;
+namespace Competition.Mysql.Model
+{
+ ///
+ /// T_BAS_CORPORATION:实体类(属性说明自动提取数据库字段的描述信息)
+ ///
+ [Serializable]
+ public partial class T_BAS_CORPORATION
+ {
+ public T_BAS_CORPORATION()
+ {}
+ #region Model
+ private string _monitor_id;
+ private string _transfer_svr_code;
+ private string _customs_code;
+ private string _monitor_name;
+ private string _monitor_address;
+ private string _trade_name;
+ private string _addr_co;
+ private string _cop_range;
+ private string _contac_co;
+ private string _tel_co;
+ private string _law_man;
+ private string _law_man_tel;
+ private int? _can_num;
+ private int? _flowmeter_num;
+ private int? _levelgauge_num;
+ private int? _fixture_num;
+ private DateTime? _chk_date;
+ private string _stock_ability;
+ private string _ems_no;
+ private string _is_lock;
+ private string _delay_date;
+ private string _field_char1;
+ private string _field_char2;
+ private string _field_char3;
+ private decimal? _field_decimal1;
+ private decimal? _field_decimal2;
+ private decimal? _field_decimal3;
+ private string _ems_no_flag;
+ private string _monitor_code;
+ private string _contac_part;
+ private string _silo_num;
+ private string _yard_num;
+ private string _yard_area;
+ private string _memo;
+ ///
+ ///
+ ///
+ public string MONITOR_ID
+ {
+ set{ _monitor_id=value;}
+ get{return _monitor_id;}
+ }
+ ///
+ ///
+ ///
+ public string TRANSFER_SVR_CODE
+ {
+ set{ _transfer_svr_code=value;}
+ get{return _transfer_svr_code;}
+ }
+ ///
+ ///
+ ///
+ public string CUSTOMS_CODE
+ {
+ set{ _customs_code=value;}
+ get{return _customs_code;}
+ }
+ ///
+ ///
+ ///
+ public string MONITOR_NAME
+ {
+ set{ _monitor_name=value;}
+ get{return _monitor_name;}
+ }
+ ///
+ ///
+ ///
+ public string MONITOR_ADDRESS
+ {
+ set{ _monitor_address=value;}
+ get{return _monitor_address;}
+ }
+ ///
+ ///
+ ///
+ public string TRADE_NAME
+ {
+ set{ _trade_name=value;}
+ get{return _trade_name;}
+ }
+ ///
+ ///
+ ///
+ public string ADDR_CO
+ {
+ set{ _addr_co=value;}
+ get{return _addr_co;}
+ }
+ ///
+ ///
+ ///
+ public string COP_RANGE
+ {
+ set{ _cop_range=value;}
+ get{return _cop_range;}
+ }
+ ///
+ ///
+ ///
+ public string CONTAC_CO
+ {
+ set{ _contac_co=value;}
+ get{return _contac_co;}
+ }
+ ///
+ ///
+ ///
+ public string TEL_CO
+ {
+ set{ _tel_co=value;}
+ get{return _tel_co;}
+ }
+ ///
+ ///
+ ///
+ public string LAW_MAN
+ {
+ set{ _law_man=value;}
+ get{return _law_man;}
+ }
+ ///
+ ///
+ ///
+ public string LAW_MAN_TEL
+ {
+ set{ _law_man_tel=value;}
+ get{return _law_man_tel;}
+ }
+ ///
+ ///
+ ///
+ public int? CAN_NUM
+ {
+ set{ _can_num=value;}
+ get{return _can_num;}
+ }
+ ///
+ ///
+ ///
+ public int? FLOWMETER_NUM
+ {
+ set{ _flowmeter_num=value;}
+ get{return _flowmeter_num;}
+ }
+ ///
+ ///
+ ///
+ public int? LEVELGAUGE_NUM
+ {
+ set{ _levelgauge_num=value;}
+ get{return _levelgauge_num;}
+ }
+ ///
+ ///
+ ///
+ public int? FIXTURE_NUM
+ {
+ set{ _fixture_num=value;}
+ get{return _fixture_num;}
+ }
+ ///
+ ///
+ ///
+ public DateTime? CHK_DATE
+ {
+ set{ _chk_date=value;}
+ get{return _chk_date;}
+ }
+ ///
+ ///
+ ///
+ public string STOCK_ABILITY
+ {
+ set{ _stock_ability=value;}
+ get{return _stock_ability;}
+ }
+ ///
+ ///
+ ///
+ public string EMS_NO
+ {
+ set{ _ems_no=value;}
+ get{return _ems_no;}
+ }
+ ///
+ ///
+ ///
+ public string IS_LOCK
+ {
+ set{ _is_lock=value;}
+ get{return _is_lock;}
+ }
+ ///
+ ///
+ ///
+ public string DELAY_DATE
+ {
+ set{ _delay_date=value;}
+ get{return _delay_date;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR1
+ {
+ set{ _field_char1=value;}
+ get{return _field_char1;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR2
+ {
+ set{ _field_char2=value;}
+ get{return _field_char2;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR3
+ {
+ set{ _field_char3=value;}
+ get{return _field_char3;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL1
+ {
+ set{ _field_decimal1=value;}
+ get{return _field_decimal1;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL2
+ {
+ set{ _field_decimal2=value;}
+ get{return _field_decimal2;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL3
+ {
+ set{ _field_decimal3=value;}
+ get{return _field_decimal3;}
+ }
+ ///
+ ///
+ ///
+ public string EMS_NO_FLAG
+ {
+ set{ _ems_no_flag=value;}
+ get{return _ems_no_flag;}
+ }
+ ///
+ ///
+ ///
+ public string MONITOR_CODE
+ {
+ set{ _monitor_code=value;}
+ get{return _monitor_code;}
+ }
+ ///
+ ///
+ ///
+ public string CONTAC_PART
+ {
+ set{ _contac_part=value;}
+ get{return _contac_part;}
+ }
+ ///
+ ///
+ ///
+ public string SILO_NUM
+ {
+ set{ _silo_num=value;}
+ get{return _silo_num;}
+ }
+ ///
+ ///
+ ///
+ public string YARD_NUM
+ {
+ set{ _yard_num=value;}
+ get{return _yard_num;}
+ }
+ ///
+ ///
+ ///
+ public string YARD_AREA
+ {
+ set{ _yard_area=value;}
+ get{return _yard_area;}
+ }
+ ///
+ ///
+ ///
+ public string MEMO
+ {
+ set{ _memo=value;}
+ get{return _memo;}
+ }
+ #endregion Model
+
+ }
+}
+
diff --git a/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_CORPORATION.cs.meta b/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_CORPORATION.cs.meta
new file mode 100644
index 00000000..03c378bc
--- /dev/null
+++ b/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_CORPORATION.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: d2e0492d5a5d6e848bedf32dc2cbf461
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_ELEC_WEIGHTER.cs b/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_ELEC_WEIGHTER.cs
new file mode 100644
index 00000000..e55a1c27
--- /dev/null
+++ b/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_ELEC_WEIGHTER.cs
@@ -0,0 +1,285 @@
+/** 版本信息模板在安装目录下,可自行修改。
+* T_BAS_ELEC_WEIGHTER.cs
+*
+* 功 能: N/A
+* 类 名: T_BAS_ELEC_WEIGHTER
+*
+* Ver 变更日期 负责人 变更内容
+* ───────────────────────────────────
+* V0.01 2024/6/12 16:53:48 N/A 初版
+*
+* Copyright (c) 2012 Maticsoft Corporation. All rights reserved.
+*┌──────────────────────────────────┐
+*│ 此技术信息为本公司机密信息,未经本公司书面同意禁止向第三方披露. │
+*│ 版权所有:动软卓越(北京)科技有限公司 │
+*└──────────────────────────────────┘
+*/
+using System;
+namespace Competition.Mysql.Model
+{
+ ///
+ /// T_BAS_ELEC_WEIGHTER:实体类(属性说明自动提取数据库字段的描述信息)
+ ///
+ [Serializable]
+ public partial class T_BAS_ELEC_WEIGHTER
+ {
+ public T_BAS_ELEC_WEIGHTER()
+ {}
+ #region Model
+ private string _pipe_code;
+ private string _customs_code;
+ private string _monitor_id;
+ private string _weighter_name;
+ private string _weighter_no;
+ private string _factory_no;
+ private string _factory;
+ private DateTime? _factory_date;
+ private string _measure_target;
+ private DateTime? _check_date;
+ private string _up_down_flag;
+ private string _camera_enable;
+ private string _memo;
+ private string _field_char1;
+ private string _field_char2;
+ private string _field_char3;
+ private decimal? _field_decimal1;
+ private decimal? _field_decimal2;
+ private decimal? _field_decimal3;
+ private string _decl_name1;
+ private string _decl_name2;
+ private string _decl_name3;
+ private string _i_e_flag;
+ private string _weighter_type;
+ private string _weighter_code;
+ private string _relation_id;
+ private string _relation_name;
+ private string _relation_weighter_code;
+ ///
+ ///
+ ///
+ public string PIPE_CODE
+ {
+ set{ _pipe_code=value;}
+ get{return _pipe_code;}
+ }
+ ///
+ ///
+ ///
+ public string CUSTOMS_CODE
+ {
+ set{ _customs_code=value;}
+ get{return _customs_code;}
+ }
+ ///
+ ///
+ ///
+ public string MONITOR_ID
+ {
+ set{ _monitor_id=value;}
+ get{return _monitor_id;}
+ }
+ ///
+ ///
+ ///
+ public string WEIGHTER_NAME
+ {
+ set{ _weighter_name=value;}
+ get{return _weighter_name;}
+ }
+ ///
+ ///
+ ///
+ public string WEIGHTER_NO
+ {
+ set{ _weighter_no=value;}
+ get{return _weighter_no;}
+ }
+ ///
+ ///
+ ///
+ public string FACTORY_NO
+ {
+ set{ _factory_no=value;}
+ get{return _factory_no;}
+ }
+ ///
+ ///
+ ///
+ public string FACTORY
+ {
+ set{ _factory=value;}
+ get{return _factory;}
+ }
+ ///
+ ///
+ ///
+ public DateTime? FACTORY_DATE
+ {
+ set{ _factory_date=value;}
+ get{return _factory_date;}
+ }
+ ///
+ ///
+ ///
+ public string MEASURE_TARGET
+ {
+ set{ _measure_target=value;}
+ get{return _measure_target;}
+ }
+ ///
+ ///
+ ///
+ public DateTime? CHECK_DATE
+ {
+ set{ _check_date=value;}
+ get{return _check_date;}
+ }
+ ///
+ ///
+ ///
+ public string UP_DOWN_FLAG
+ {
+ set{ _up_down_flag=value;}
+ get{return _up_down_flag;}
+ }
+ ///
+ ///
+ ///
+ public string CAMERA_ENABLE
+ {
+ set{ _camera_enable=value;}
+ get{return _camera_enable;}
+ }
+ ///
+ ///
+ ///
+ public string MEMO
+ {
+ set{ _memo=value;}
+ get{return _memo;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR1
+ {
+ set{ _field_char1=value;}
+ get{return _field_char1;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR2
+ {
+ set{ _field_char2=value;}
+ get{return _field_char2;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR3
+ {
+ set{ _field_char3=value;}
+ get{return _field_char3;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL1
+ {
+ set{ _field_decimal1=value;}
+ get{return _field_decimal1;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL2
+ {
+ set{ _field_decimal2=value;}
+ get{return _field_decimal2;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL3
+ {
+ set{ _field_decimal3=value;}
+ get{return _field_decimal3;}
+ }
+ ///
+ ///
+ ///
+ public string DECL_NAME1
+ {
+ set{ _decl_name1=value;}
+ get{return _decl_name1;}
+ }
+ ///
+ ///
+ ///
+ public string DECL_NAME2
+ {
+ set{ _decl_name2=value;}
+ get{return _decl_name2;}
+ }
+ ///
+ ///
+ ///
+ public string DECL_NAME3
+ {
+ set{ _decl_name3=value;}
+ get{return _decl_name3;}
+ }
+ ///
+ ///
+ ///
+ public string I_E_FLAG
+ {
+ set{ _i_e_flag=value;}
+ get{return _i_e_flag;}
+ }
+ ///
+ ///
+ ///
+ public string WEIGHTER_TYPE
+ {
+ set{ _weighter_type=value;}
+ get{return _weighter_type;}
+ }
+ ///
+ ///
+ ///
+ public string WEIGHTER_Code
+ {
+ set{ _weighter_code=value;}
+ get{return _weighter_code;}
+ }
+ ///
+ ///
+ ///
+ public string RELATION_ID
+ {
+ set{ _relation_id=value;}
+ get{return _relation_id;}
+ }
+ ///
+ ///
+ ///
+ public string RELATION_NAME
+ {
+ set{ _relation_name=value;}
+ get{return _relation_name;}
+ }
+ ///
+ ///
+ ///
+ public string RELATION_WEIGHTER_Code
+ {
+ set{ _relation_weighter_code=value;}
+ get{return _relation_weighter_code;}
+ }
+ #endregion Model
+
+ }
+}
+
diff --git a/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_ELEC_WEIGHTER.cs.meta b/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_ELEC_WEIGHTER.cs.meta
new file mode 100644
index 00000000..fdf9c0db
--- /dev/null
+++ b/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_ELEC_WEIGHTER.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: f7bb2d929713e374b899b9912ef70060
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_GOODS.cs b/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_GOODS.cs
new file mode 100644
index 00000000..9e99cd46
--- /dev/null
+++ b/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_GOODS.cs
@@ -0,0 +1,213 @@
+/** 版本信息模板在安装目录下,可自行修改。
+* T_BAS_GOODS.cs
+*
+* 功 能: N/A
+* 类 名: T_BAS_GOODS
+*
+* Ver 变更日期 负责人 变更内容
+* ───────────────────────────────────
+* V0.01 2024/6/12 16:53:51 N/A 初版
+*
+* Copyright (c) 2012 Maticsoft Corporation. All rights reserved.
+*┌──────────────────────────────────┐
+*│ 此技术信息为本公司机密信息,未经本公司书面同意禁止向第三方披露. │
+*│ 版权所有:动软卓越(北京)科技有限公司 │
+*└──────────────────────────────────┘
+*/
+using System;
+namespace Competition.Mysql.Model
+{
+ ///
+ /// T_BAS_GOODS:实体类(属性说明自动提取数据库字段的描述信息)
+ ///
+ [Serializable]
+ public partial class T_BAS_GOODS
+ {
+ public T_BAS_GOODS()
+ {}
+ #region Model
+ private string _goods_code;
+ private string _code_ts;
+ private int _goods_type;
+ private string _lsjm_flag;
+ private string _standard_name;
+ private string _common_name;
+ private bool _enable;
+ private decimal? _density;
+ private int? _goods_density_type;
+ private decimal? _density_upper_limit;
+ private decimal? _density_lower_limit;
+ private int? _goods_measure_type;
+ private int? _goods_state_type;
+ private decimal? _state_temperature;
+ private string _field_char1;
+ private string _field_char2;
+ private string _field_char3;
+ private decimal? _field_decimal1;
+ private decimal? _field_decimal2;
+ private decimal? _field_decimal3;
+ ///
+ ///
+ ///
+ public string GOODS_CODE
+ {
+ set{ _goods_code=value;}
+ get{return _goods_code;}
+ }
+ ///
+ ///
+ ///
+ public string CODE_TS
+ {
+ set{ _code_ts=value;}
+ get{return _code_ts;}
+ }
+ ///
+ ///
+ ///
+ public int GOODS_TYPE
+ {
+ set{ _goods_type=value;}
+ get{return _goods_type;}
+ }
+ ///
+ ///
+ ///
+ public string LSJM_FLAG
+ {
+ set{ _lsjm_flag=value;}
+ get{return _lsjm_flag;}
+ }
+ ///
+ ///
+ ///
+ public string STANDARD_NAME
+ {
+ set{ _standard_name=value;}
+ get{return _standard_name;}
+ }
+ ///
+ ///
+ ///
+ public string COMMON_NAME
+ {
+ set{ _common_name=value;}
+ get{return _common_name;}
+ }
+ ///
+ ///
+ ///
+ public bool ENABLE
+ {
+ set{ _enable=value;}
+ get{return _enable;}
+ }
+ ///
+ ///
+ ///
+ public decimal? DENSITY
+ {
+ set{ _density=value;}
+ get{return _density;}
+ }
+ ///
+ ///
+ ///
+ public int? GOODS_DENSITY_TYPE
+ {
+ set{ _goods_density_type=value;}
+ get{return _goods_density_type;}
+ }
+ ///
+ ///
+ ///
+ public decimal? DENSITY_UPPER_LIMIT
+ {
+ set{ _density_upper_limit=value;}
+ get{return _density_upper_limit;}
+ }
+ ///
+ ///
+ ///
+ public decimal? DENSITY_LOWER_LIMIT
+ {
+ set{ _density_lower_limit=value;}
+ get{return _density_lower_limit;}
+ }
+ ///
+ ///
+ ///
+ public int? GOODS_MEASURE_TYPE
+ {
+ set{ _goods_measure_type=value;}
+ get{return _goods_measure_type;}
+ }
+ ///
+ ///
+ ///
+ public int? GOODS_STATE_TYPE
+ {
+ set{ _goods_state_type=value;}
+ get{return _goods_state_type;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STATE_TEMPERATURE
+ {
+ set{ _state_temperature=value;}
+ get{return _state_temperature;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR1
+ {
+ set{ _field_char1=value;}
+ get{return _field_char1;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR2
+ {
+ set{ _field_char2=value;}
+ get{return _field_char2;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR3
+ {
+ set{ _field_char3=value;}
+ get{return _field_char3;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL1
+ {
+ set{ _field_decimal1=value;}
+ get{return _field_decimal1;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL2
+ {
+ set{ _field_decimal2=value;}
+ get{return _field_decimal2;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL3
+ {
+ set{ _field_decimal3=value;}
+ get{return _field_decimal3;}
+ }
+ #endregion Model
+
+ }
+}
+
diff --git a/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_GOODS.cs.meta b/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_GOODS.cs.meta
new file mode 100644
index 00000000..5cf42b84
--- /dev/null
+++ b/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_GOODS.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: 9fc52a2827952ae4ab9eaca7531ad285
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_YARD.cs b/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_YARD.cs
new file mode 100644
index 00000000..452868aa
--- /dev/null
+++ b/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_YARD.cs
@@ -0,0 +1,187 @@
+/** 版本信息模板在安装目录下,可自行修改。
+* T_BAS_YARD.cs
+*
+* 功 能: N/A
+* 类 名: T_BAS_YARD
+*
+* Ver 变更日期 负责人 变更内容
+* ───────────────────────────────────
+* V0.01 2024/6/12 16:54:01 N/A 初版
+*
+* Copyright (c) 2012 Maticsoft Corporation. All rights reserved.
+*┌──────────────────────────────────┐
+*│ 此技术信息为本公司机密信息,未经本公司书面同意禁止向第三方披露. │
+*│ 版权所有:动软卓越(北京)科技有限公司 │
+*└──────────────────────────────────┘
+*/
+using System;
+namespace Competition.Mysql.Model
+{
+ ///
+ /// ‘0’-‘9’
+ /// 如“铁路”、“航空”等
+ ///
+ [Serializable]
+ public partial class T_BAS_YARD
+ {
+ public T_BAS_YARD()
+ {}
+ #region Model
+ private string _yard_id;
+ private string _customs_code;
+ private string _monitor_id;
+ private string _i_e_flag;
+ private string _decl_name1;
+ private string _decl_name2;
+ private string _decl_name3;
+ private string _yard_name;
+ private string _storehouse_type;
+ private string _yard_area;
+ private string _memo;
+ private string _field_char1;
+ private string _field_char2;
+ private string _field_char3;
+ private decimal? _field_decimal1;
+ private decimal? _field_decimal2;
+ private decimal? _field_decimal3;
+ ///
+ ///
+ ///
+ public string YARD_ID
+ {
+ set{ _yard_id=value;}
+ get{return _yard_id;}
+ }
+ ///
+ ///
+ ///
+ public string CUSTOMS_CODE
+ {
+ set{ _customs_code=value;}
+ get{return _customs_code;}
+ }
+ ///
+ ///
+ ///
+ public string MONITOR_ID
+ {
+ set{ _monitor_id=value;}
+ get{return _monitor_id;}
+ }
+ ///
+ ///
+ ///
+ public string I_E_FLAG
+ {
+ set{ _i_e_flag=value;}
+ get{return _i_e_flag;}
+ }
+ ///
+ ///
+ ///
+ public string DECL_NAME1
+ {
+ set{ _decl_name1=value;}
+ get{return _decl_name1;}
+ }
+ ///
+ ///
+ ///
+ public string DECL_NAME2
+ {
+ set{ _decl_name2=value;}
+ get{return _decl_name2;}
+ }
+ ///
+ ///
+ ///
+ public string DECL_NAME3
+ {
+ set{ _decl_name3=value;}
+ get{return _decl_name3;}
+ }
+ ///
+ ///
+ ///
+ public string YARD_NAME
+ {
+ set{ _yard_name=value;}
+ get{return _yard_name;}
+ }
+ ///
+ ///
+ ///
+ public string STOREHOUSE_TYPE
+ {
+ set{ _storehouse_type=value;}
+ get{return _storehouse_type;}
+ }
+ ///
+ ///
+ ///
+ public string YARD_AREA
+ {
+ set{ _yard_area=value;}
+ get{return _yard_area;}
+ }
+ ///
+ ///
+ ///
+ public string MEMO
+ {
+ set{ _memo=value;}
+ get{return _memo;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR1
+ {
+ set{ _field_char1=value;}
+ get{return _field_char1;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR2
+ {
+ set{ _field_char2=value;}
+ get{return _field_char2;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR3
+ {
+ set{ _field_char3=value;}
+ get{return _field_char3;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL1
+ {
+ set{ _field_decimal1=value;}
+ get{return _field_decimal1;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL2
+ {
+ set{ _field_decimal2=value;}
+ get{return _field_decimal2;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL3
+ {
+ set{ _field_decimal3=value;}
+ get{return _field_decimal3;}
+ }
+ #endregion Model
+
+ }
+}
+
diff --git a/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_YARD.cs.meta b/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_YARD.cs.meta
new file mode 100644
index 00000000..7a8c55f0
--- /dev/null
+++ b/BulkCargo_UnityProject/Assets/Scripts/Model/T_BAS_YARD.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: b5c79aeddb6286c4597f10ddb4d9f068
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/BulkCargo_UnityProject/Assets/Scripts/Model/T_STK_STORAGE.cs b/BulkCargo_UnityProject/Assets/Scripts/Model/T_STK_STORAGE.cs
new file mode 100644
index 00000000..06a4e9f8
--- /dev/null
+++ b/BulkCargo_UnityProject/Assets/Scripts/Model/T_STK_STORAGE.cs
@@ -0,0 +1,448 @@
+/** 版本信息模板在安装目录下,可自行修改。
+* T_STK_STORAGE.cs
+*
+* 功 能: N/A
+* 类 名: T_STK_STORAGE
+*
+* Ver 变更日期 负责人 变更内容
+* ───────────────────────────────────
+* V0.01 2024/6/12 17:00:00 N/A 初版
+*
+* Copyright (c) 2012 Maticsoft Corporation. All rights reserved.
+*┌──────────────────────────────────┐
+*│ 此技术信息为本公司机密信息,未经本公司书面同意禁止向第三方披露. │
+*│ 版权所有:动软卓越(北京)科技有限公司 │
+*└──────────────────────────────────┘
+*/
+using System;
+namespace Competition.Mysql.Model
+{
+ ///
+ /// ‘0’-‘9’
+ /// 如“铁路”、“航空”等
+ ///
+ [Serializable]
+ public partial class T_STK_STORAGE
+ {
+ public T_STK_STORAGE()
+ {}
+ #region Model
+ private Guid _storage_code;
+ private string _goods_code;
+ private int? _goods_type;
+ private string _standard_name;
+ private string _monitor_id;
+ private string _monitor_name;
+ private string _customs_code;
+ private string _bill_no;
+ private string _traf_mode;
+ private string _i_e_flag;
+ private string _voyage_no;
+ private string _ship_name_en;
+ private string _decl_name;
+ private DateTime? _i_e_date;
+ private string _ship_id;
+ private decimal? _bill_gross_wt;
+ private decimal? _trade_release;
+ private decimal? _trade_unrelease;
+ private decimal? _stock_balance;
+ private decimal? _shipments;
+ private DateTime? _instrg_date;
+ private DateTime? _limit_date;
+ private DateTime? _create_date;
+ private DateTime? _modify_date;
+ private string _memo;
+ private string _field_char1;
+ private string _field_char2;
+ private string _field_char3;
+ private decimal? _field_decimal1;
+ private decimal? _field_decimal2;
+ private decimal? _field_decimal3;
+ private string _goods_ownerid;
+ private string _bill_origin;
+ private decimal? _pack_no_release;
+ private decimal? _pack_no_unrelease;
+ private decimal? _sing_wt;
+ private decimal? _sing_vl;
+ private decimal? _bill_gross_wt_no;
+ private decimal? _stock_balance_no;
+ private decimal? _shipments_no;
+ private string _goodsarrive_code;
+ private string _goodsarrivedtl_code;
+ private DateTime? _goodsarrive_begin_time;
+ private DateTime? _goodsarrive_end_time;
+ private string _is_direct;
+ private string _release_type;
+ ///
+ ///
+ ///
+ public Guid STORAGE_CODE
+ {
+ set{ _storage_code=value;}
+ get{return _storage_code;}
+ }
+ ///
+ ///
+ ///
+ public string GOODS_CODE
+ {
+ set{ _goods_code=value;}
+ get{return _goods_code;}
+ }
+ ///
+ ///
+ ///
+ public int? GOODS_TYPE
+ {
+ set{ _goods_type=value;}
+ get{return _goods_type;}
+ }
+ ///
+ ///
+ ///
+ public string STANDARD_NAME
+ {
+ set{ _standard_name=value;}
+ get{return _standard_name;}
+ }
+ ///
+ ///
+ ///
+ public string MONITOR_ID
+ {
+ set{ _monitor_id=value;}
+ get{return _monitor_id;}
+ }
+ ///
+ ///
+ ///
+ public string MONITOR_NAME
+ {
+ set{ _monitor_name=value;}
+ get{return _monitor_name;}
+ }
+ ///
+ ///
+ ///
+ public string CUSTOMS_CODE
+ {
+ set{ _customs_code=value;}
+ get{return _customs_code;}
+ }
+ ///
+ ///
+ ///
+ public string BILL_NO
+ {
+ set{ _bill_no=value;}
+ get{return _bill_no;}
+ }
+ ///
+ ///
+ ///
+ public string TRAF_MODE
+ {
+ set{ _traf_mode=value;}
+ get{return _traf_mode;}
+ }
+ ///
+ ///
+ ///
+ public string I_E_FLAG
+ {
+ set{ _i_e_flag=value;}
+ get{return _i_e_flag;}
+ }
+ ///
+ ///
+ ///
+ public string VOYAGE_NO
+ {
+ set{ _voyage_no=value;}
+ get{return _voyage_no;}
+ }
+ ///
+ ///
+ ///
+ public string SHIP_NAME_EN
+ {
+ set{ _ship_name_en=value;}
+ get{return _ship_name_en;}
+ }
+ ///
+ ///
+ ///
+ public string DECL_NAME
+ {
+ set{ _decl_name=value;}
+ get{return _decl_name;}
+ }
+ ///
+ ///
+ ///
+ public DateTime? I_E_DATE
+ {
+ set{ _i_e_date=value;}
+ get{return _i_e_date;}
+ }
+ ///
+ ///
+ ///
+ public string SHIP_ID
+ {
+ set{ _ship_id=value;}
+ get{return _ship_id;}
+ }
+ ///
+ ///
+ ///
+ public decimal? BILL_GROSS_WT
+ {
+ set{ _bill_gross_wt=value;}
+ get{return _bill_gross_wt;}
+ }
+ ///
+ ///
+ ///
+ public decimal? TRADE_RELEASE
+ {
+ set{ _trade_release=value;}
+ get{return _trade_release;}
+ }
+ ///
+ ///
+ ///
+ public decimal? TRADE_UNRELEASE
+ {
+ set{ _trade_unrelease=value;}
+ get{return _trade_unrelease;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STOCK_BALANCE
+ {
+ set{ _stock_balance=value;}
+ get{return _stock_balance;}
+ }
+ ///
+ ///
+ ///
+ public decimal? SHIPMENTS
+ {
+ set{ _shipments=value;}
+ get{return _shipments;}
+ }
+ ///
+ ///
+ ///
+ public DateTime? INSTRG_DATE
+ {
+ set{ _instrg_date=value;}
+ get{return _instrg_date;}
+ }
+ ///
+ ///
+ ///
+ public DateTime? LIMIT_DATE
+ {
+ set{ _limit_date=value;}
+ get{return _limit_date;}
+ }
+ ///
+ ///
+ ///
+ public DateTime? CREATE_DATE
+ {
+ set{ _create_date=value;}
+ get{return _create_date;}
+ }
+ ///
+ ///
+ ///
+ public DateTime? MODIFY_DATE
+ {
+ set{ _modify_date=value;}
+ get{return _modify_date;}
+ }
+ ///
+ ///
+ ///
+ public string MEMO
+ {
+ set{ _memo=value;}
+ get{return _memo;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR1
+ {
+ set{ _field_char1=value;}
+ get{return _field_char1;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR2
+ {
+ set{ _field_char2=value;}
+ get{return _field_char2;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR3
+ {
+ set{ _field_char3=value;}
+ get{return _field_char3;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL1
+ {
+ set{ _field_decimal1=value;}
+ get{return _field_decimal1;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL2
+ {
+ set{ _field_decimal2=value;}
+ get{return _field_decimal2;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL3
+ {
+ set{ _field_decimal3=value;}
+ get{return _field_decimal3;}
+ }
+ ///
+ ///
+ ///
+ public string GOODS_OWNERID
+ {
+ set{ _goods_ownerid=value;}
+ get{return _goods_ownerid;}
+ }
+ ///
+ ///
+ ///
+ public string BILL_ORIGIN
+ {
+ set{ _bill_origin=value;}
+ get{return _bill_origin;}
+ }
+ ///
+ ///
+ ///
+ public decimal? PACK_NO_RELEASE
+ {
+ set{ _pack_no_release=value;}
+ get{return _pack_no_release;}
+ }
+ ///
+ ///
+ ///
+ public decimal? PACK_NO_UNRELEASE
+ {
+ set{ _pack_no_unrelease=value;}
+ get{return _pack_no_unrelease;}
+ }
+ ///
+ ///
+ ///
+ public decimal? SING_WT
+ {
+ set{ _sing_wt=value;}
+ get{return _sing_wt;}
+ }
+ ///
+ ///
+ ///
+ public decimal? SING_VL
+ {
+ set{ _sing_vl=value;}
+ get{return _sing_vl;}
+ }
+ ///
+ ///
+ ///
+ public decimal? BILL_GROSS_WT_NO
+ {
+ set{ _bill_gross_wt_no=value;}
+ get{return _bill_gross_wt_no;}
+ }
+ ///
+ ///
+ ///
+ public decimal? STOCK_BALANCE_NO
+ {
+ set{ _stock_balance_no=value;}
+ get{return _stock_balance_no;}
+ }
+ ///
+ ///
+ ///
+ public decimal? SHIPMENTS_NO
+ {
+ set{ _shipments_no=value;}
+ get{return _shipments_no;}
+ }
+ ///
+ ///
+ ///
+ public string GOODSARRIVE_CODE
+ {
+ set{ _goodsarrive_code=value;}
+ get{return _goodsarrive_code;}
+ }
+ ///
+ ///
+ ///
+ public string GOODSARRIVEDTL_CODE
+ {
+ set{ _goodsarrivedtl_code=value;}
+ get{return _goodsarrivedtl_code;}
+ }
+ ///
+ ///
+ ///
+ public DateTime? GOODSARRIVE_BEGIN_TIME
+ {
+ set{ _goodsarrive_begin_time=value;}
+ get{return _goodsarrive_begin_time;}
+ }
+ ///
+ ///
+ ///
+ public DateTime? GOODSARRIVE_END_TIME
+ {
+ set{ _goodsarrive_end_time=value;}
+ get{return _goodsarrive_end_time;}
+ }
+ ///
+ ///
+ ///
+ public string IS_DIRECT
+ {
+ set{ _is_direct=value;}
+ get{return _is_direct;}
+ }
+ ///
+ ///
+ ///
+ public string RELEASE_TYPE
+ {
+ set{ _release_type=value;}
+ get{return _release_type;}
+ }
+ #endregion Model
+
+ }
+}
+
diff --git a/BulkCargo_UnityProject/Assets/Scripts/Model/T_STK_STORAGE.cs.meta b/BulkCargo_UnityProject/Assets/Scripts/Model/T_STK_STORAGE.cs.meta
new file mode 100644
index 00000000..70243ec3
--- /dev/null
+++ b/BulkCargo_UnityProject/Assets/Scripts/Model/T_STK_STORAGE.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: d384bac418966aa47a14d4205075a54c
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/BulkCargo_UnityProject/Assets/Scripts/Model/T_STK_STORAGE_SILO.cs b/BulkCargo_UnityProject/Assets/Scripts/Model/T_STK_STORAGE_SILO.cs
new file mode 100644
index 00000000..63f465d5
--- /dev/null
+++ b/BulkCargo_UnityProject/Assets/Scripts/Model/T_STK_STORAGE_SILO.cs
@@ -0,0 +1,160 @@
+/** 版本信息模板在安装目录下,可自行修改。
+* T_STK_STORAGE_SILO.cs
+*
+* 功 能: N/A
+* 类 名: T_STK_STORAGE_SILO
+*
+* Ver 变更日期 负责人 变更内容
+* ───────────────────────────────────
+* V0.01 2024/6/12 17:00:10 N/A 初版
+*
+* Copyright (c) 2012 Maticsoft Corporation. All rights reserved.
+*┌──────────────────────────────────┐
+*│ 此技术信息为本公司机密信息,未经本公司书面同意禁止向第三方披露. │
+*│ 版权所有:动软卓越(北京)科技有限公司 │
+*└──────────────────────────────────┘
+*/
+using System;
+namespace Competition.Mysql.Model
+{
+ ///
+ /// ‘0’-‘9’
+ /// 如“铁路”、“航空”等
+ ///
+ [Serializable]
+ public partial class T_STK_STORAGE_SILO
+ {
+ public T_STK_STORAGE_SILO()
+ {}
+ #region Model
+ private Guid _storage_silo_code;
+ private Guid _storage_code;
+ private string _silo_code;
+ private string _silo_name;
+ private decimal? _apply_trade_release;
+ private decimal? _apply_trade_unrelease;
+ private string _field_char1;
+ private string _field_char2;
+ private string _field_char3;
+ private decimal? _field_decimal1;
+ private decimal? _field_decimal2;
+ private decimal? _field_decimal3;
+ private decimal? _silo_stock_balance;
+ private decimal? _silo_shipments;
+ ///
+ ///
+ ///
+ public Guid STORAGE_SILO_CODE
+ {
+ set{ _storage_silo_code=value;}
+ get{return _storage_silo_code;}
+ }
+ ///
+ ///
+ ///
+ public Guid STORAGE_CODE
+ {
+ set{ _storage_code=value;}
+ get{return _storage_code;}
+ }
+ ///
+ ///
+ ///
+ public string SILO_CODE
+ {
+ set{ _silo_code=value;}
+ get{return _silo_code;}
+ }
+ ///
+ ///
+ ///
+ public string SILO_NAME
+ {
+ set{ _silo_name=value;}
+ get{return _silo_name;}
+ }
+ ///
+ ///
+ ///
+ public decimal? APPLY_TRADE_RELEASE
+ {
+ set{ _apply_trade_release=value;}
+ get{return _apply_trade_release;}
+ }
+ ///
+ ///
+ ///
+ public decimal? APPLY_TRADE_UNRELEASE
+ {
+ set{ _apply_trade_unrelease=value;}
+ get{return _apply_trade_unrelease;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR1
+ {
+ set{ _field_char1=value;}
+ get{return _field_char1;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR2
+ {
+ set{ _field_char2=value;}
+ get{return _field_char2;}
+ }
+ ///
+ ///
+ ///
+ public string FIELD_CHAR3
+ {
+ set{ _field_char3=value;}
+ get{return _field_char3;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL1
+ {
+ set{ _field_decimal1=value;}
+ get{return _field_decimal1;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL2
+ {
+ set{ _field_decimal2=value;}
+ get{return _field_decimal2;}
+ }
+ ///
+ ///
+ ///
+ public decimal? FIELD_DECIMAL3
+ {
+ set{ _field_decimal3=value;}
+ get{return _field_decimal3;}
+ }
+ ///
+ ///
+ ///
+ public decimal? SILO_STOCK_BALANCE
+ {
+ set{ _silo_stock_balance=value;}
+ get{return _silo_stock_balance;}
+ }
+ ///
+ ///
+ ///
+ public decimal? SILO_SHIPMENTS
+ {
+ set{ _silo_shipments=value;}
+ get{return _silo_shipments;}
+ }
+ #endregion Model
+
+ }
+}
+
diff --git a/BulkCargo_UnityProject/Assets/Scripts/Model/T_STK_STORAGE_SILO.cs.meta b/BulkCargo_UnityProject/Assets/Scripts/Model/T_STK_STORAGE_SILO.cs.meta
new file mode 100644
index 00000000..83a5a563
--- /dev/null
+++ b/BulkCargo_UnityProject/Assets/Scripts/Model/T_STK_STORAGE_SILO.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: 1e6459fc7b3a6de40a552f992c0d6895
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/BulkCargo_UnityProject/Assets/Scripts/cxx/CallForTest.cs b/BulkCargo_UnityProject/Assets/Scripts/cxx/CallForTest.cs
index 646c40ff..5c5f8324 100644
--- a/BulkCargo_UnityProject/Assets/Scripts/cxx/CallForTest.cs
+++ b/BulkCargo_UnityProject/Assets/Scripts/cxx/CallForTest.cs
@@ -30,6 +30,11 @@ public class CallForTest : MonoBehaviour
///
public string MONITOR_ID;
+ ///
+ /// IP
+ ///
+ public string ServerIP;
+
private void Awake()
{
instance = this;
@@ -48,6 +53,7 @@ public class CallForTest : MonoBehaviour
infos = Environment.GetCommandLineArgs().ToList();
customCode = infos.Find(a => a.StartsWith("code="));
MONITOR_ID= infos.Find(a => a.StartsWith("MONITOR_ID="));
+ ServerIP= infos.Find(a => a.StartsWith("serverIP"));
if (customCode=="3501")
{