add-首次提交所有代码
parent
7aff3ea672
commit
a873e15047
@ -0,0 +1,63 @@
|
||||
###############################################################################
|
||||
# Set default behavior to automatically normalize line endings.
|
||||
###############################################################################
|
||||
* text=auto
|
||||
|
||||
###############################################################################
|
||||
# Set default behavior for command prompt diff.
|
||||
#
|
||||
# This is need for earlier builds of msysgit that does not have it on by
|
||||
# default for csharp files.
|
||||
# Note: This is only used by command line
|
||||
###############################################################################
|
||||
#*.cs diff=csharp
|
||||
|
||||
###############################################################################
|
||||
# Set the merge driver for project and solution files
|
||||
#
|
||||
# Merging from the command prompt will add diff markers to the files if there
|
||||
# are conflicts (Merging from VS is not affected by the settings below, in VS
|
||||
# the diff markers are never inserted). Diff markers may cause the following
|
||||
# file extensions to fail to load in VS. An alternative would be to treat
|
||||
# these files as binary and thus will always conflict and require user
|
||||
# intervention with every merge. To do so, just uncomment the entries below
|
||||
###############################################################################
|
||||
#*.sln merge=binary
|
||||
#*.csproj merge=binary
|
||||
#*.vbproj merge=binary
|
||||
#*.vcxproj merge=binary
|
||||
#*.vcproj merge=binary
|
||||
#*.dbproj merge=binary
|
||||
#*.fsproj merge=binary
|
||||
#*.lsproj merge=binary
|
||||
#*.wixproj merge=binary
|
||||
#*.modelproj merge=binary
|
||||
#*.sqlproj merge=binary
|
||||
#*.wwaproj merge=binary
|
||||
|
||||
###############################################################################
|
||||
# behavior for image files
|
||||
#
|
||||
# image files are treated as binary by default.
|
||||
###############################################################################
|
||||
#*.jpg binary
|
||||
#*.png binary
|
||||
#*.gif binary
|
||||
|
||||
###############################################################################
|
||||
# diff behavior for common document formats
|
||||
#
|
||||
# Convert binary document formats to text before diffing them. This feature
|
||||
# is only available from the command line. Turn it on by uncommenting the
|
||||
# entries below.
|
||||
###############################################################################
|
||||
#*.doc diff=astextplain
|
||||
#*.DOC diff=astextplain
|
||||
#*.docx diff=astextplain
|
||||
#*.DOCX diff=astextplain
|
||||
#*.dot diff=astextplain
|
||||
#*.DOT diff=astextplain
|
||||
#*.pdf diff=astextplain
|
||||
#*.PDF diff=astextplain
|
||||
#*.rtf diff=astextplain
|
||||
#*.RTF diff=astextplain
|
||||
@ -0,0 +1,344 @@
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
##
|
||||
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||||
|
||||
# User-specific files
|
||||
*.rsuser
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
[Aa][Rr][Mm]/
|
||||
[Aa][Rr][Mm]64/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
|
||||
# Visual Studio 2015/2017 cache/options directory
|
||||
.vs/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
#wwwroot/
|
||||
|
||||
# Visual Studio 2017 auto generated files
|
||||
Generated\ Files/
|
||||
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
# NUNIT
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
|
||||
# Build Results of an ATL Project
|
||||
[Dd]ebugPS/
|
||||
[Rr]eleasePS/
|
||||
dlldata.c
|
||||
|
||||
# Benchmark Results
|
||||
BenchmarkDotNet.Artifacts/
|
||||
|
||||
# .NET Core
|
||||
project.lock.json
|
||||
project.fragment.lock.json
|
||||
artifacts/
|
||||
|
||||
# StyleCop
|
||||
StyleCopReport.xml
|
||||
|
||||
# Files built by Visual Studio
|
||||
*_i.c
|
||||
*_p.c
|
||||
*_h.h
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.iobj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.ipdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*_wpftmp.csproj
|
||||
*.log
|
||||
*.vspscc
|
||||
*.vssscc
|
||||
.builds
|
||||
*.pidb
|
||||
*.svclog
|
||||
*.scc
|
||||
|
||||
# Chutzpah Test files
|
||||
_Chutzpah*
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opendb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.cachefile
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
|
||||
# Visual Studio profiler
|
||||
*.psess
|
||||
*.vsp
|
||||
*.vspx
|
||||
*.sap
|
||||
|
||||
# Visual Studio Trace Files
|
||||
*.e2e
|
||||
|
||||
# TFS 2012 Local Workspace
|
||||
$tf/
|
||||
|
||||
# Guidance Automation Toolkit
|
||||
*.gpState
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
*.DotSettings.user
|
||||
|
||||
# JustCode is a .NET coding add-in
|
||||
.JustCode
|
||||
|
||||
# TeamCity is a build add-in
|
||||
_TeamCity*
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
*.dotCover
|
||||
|
||||
# AxoCover is a Code Coverage Tool
|
||||
.axoCover/*
|
||||
!.axoCover/settings.json
|
||||
|
||||
# Visual Studio code coverage results
|
||||
*.coverage
|
||||
*.coveragexml
|
||||
|
||||
# NCrunch
|
||||
_NCrunch_*
|
||||
.*crunch*.local.xml
|
||||
nCrunchTemp_*
|
||||
|
||||
# MightyMoose
|
||||
*.mm.*
|
||||
AutoTest.Net/
|
||||
|
||||
# Web workbench (sass)
|
||||
.sass-cache/
|
||||
|
||||
# Installshield output folder
|
||||
[Ee]xpress/
|
||||
|
||||
# DocProject is a documentation generator add-in
|
||||
DocProject/buildhelp/
|
||||
DocProject/Help/*.HxT
|
||||
DocProject/Help/*.HxC
|
||||
DocProject/Help/*.hhc
|
||||
DocProject/Help/*.hhk
|
||||
DocProject/Help/*.hhp
|
||||
DocProject/Help/Html2
|
||||
DocProject/Help/html
|
||||
|
||||
# Click-Once directory
|
||||
publish/
|
||||
|
||||
# Publish Web Output
|
||||
*.[Pp]ublish.xml
|
||||
*.azurePubxml
|
||||
# Note: Comment the next line if you want to checkin your web deploy settings,
|
||||
# but database connection strings (with potential passwords) will be unencrypted
|
||||
*.pubxml
|
||||
*.publishproj
|
||||
|
||||
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
||||
# checkin your Azure Web App publish settings, but sensitive information contained
|
||||
# in these scripts will be unencrypted
|
||||
PublishScripts/
|
||||
|
||||
# NuGet Packages
|
||||
*.nupkg
|
||||
# The packages folder can be ignored because of Package Restore
|
||||
**/[Pp]ackages/*
|
||||
# except build/, which is used as an MSBuild target.
|
||||
!**/[Pp]ackages/build/
|
||||
# Uncomment if necessary however generally it will be regenerated when needed
|
||||
#!**/[Pp]ackages/repositories.config
|
||||
# NuGet v3's project.json files produces more ignorable files
|
||||
*.nuget.props
|
||||
*.nuget.targets
|
||||
|
||||
# Microsoft Azure Build Output
|
||||
csx/
|
||||
*.build.csdef
|
||||
|
||||
# Microsoft Azure Emulator
|
||||
ecf/
|
||||
rcf/
|
||||
|
||||
# Windows Store app package directories and files
|
||||
AppPackages/
|
||||
BundleArtifacts/
|
||||
Package.StoreAssociation.xml
|
||||
_pkginfo.txt
|
||||
*.appx
|
||||
|
||||
# Visual Studio cache files
|
||||
# files ending in .cache can be ignored
|
||||
*.[Cc]ache
|
||||
# but keep track of directories ending in .cache
|
||||
!?*.[Cc]ache/
|
||||
|
||||
# Others
|
||||
ClientBin/
|
||||
~$*
|
||||
*~
|
||||
*.dbmdl
|
||||
*.dbproj.schemaview
|
||||
*.jfm
|
||||
*.pfx
|
||||
*.publishsettings
|
||||
orleans.codegen.cs
|
||||
|
||||
# Including strong name files can present a security risk
|
||||
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
||||
#*.snk
|
||||
|
||||
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||
#bower_components/
|
||||
|
||||
# RIA/Silverlight projects
|
||||
Generated_Code/
|
||||
|
||||
# Backup & report files from converting an old project file
|
||||
# to a newer Visual Studio version. Backup files are not needed,
|
||||
# because we have git ;-)
|
||||
_UpgradeReport_Files/
|
||||
Backup*/
|
||||
UpgradeLog*.XML
|
||||
UpgradeLog*.htm
|
||||
ServiceFabricBackup/
|
||||
*.rptproj.bak
|
||||
|
||||
# SQL Server files
|
||||
*.mdf
|
||||
*.ldf
|
||||
*.ndf
|
||||
|
||||
# Business Intelligence projects
|
||||
*.rdl.data
|
||||
*.bim.layout
|
||||
*.bim_*.settings
|
||||
*.rptproj.rsuser
|
||||
*- Backup*.rdl
|
||||
|
||||
# Microsoft Fakes
|
||||
FakesAssemblies/
|
||||
|
||||
# GhostDoc plugin setting file
|
||||
*.GhostDoc.xml
|
||||
|
||||
# Node.js Tools for Visual Studio
|
||||
.ntvs_analysis.dat
|
||||
node_modules/
|
||||
|
||||
# Visual Studio 6 build log
|
||||
*.plg
|
||||
|
||||
# Visual Studio 6 workspace options file
|
||||
*.opt
|
||||
|
||||
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
||||
*.vbw
|
||||
|
||||
# Visual Studio LightSwitch build output
|
||||
**/*.HTMLClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/ModelManifest.xml
|
||||
**/*.Server/GeneratedArtifacts
|
||||
**/*.Server/ModelManifest.xml
|
||||
_Pvt_Extensions
|
||||
|
||||
# Paket dependency manager
|
||||
.paket/paket.exe
|
||||
paket-files/
|
||||
|
||||
# FAKE - F# Make
|
||||
.fake/
|
||||
|
||||
# JetBrains Rider
|
||||
.idea/
|
||||
*.sln.iml
|
||||
|
||||
# CodeRush personal settings
|
||||
.cr/personal
|
||||
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Cake - Uncomment if you are using it
|
||||
# tools/**
|
||||
# !tools/packages.config
|
||||
|
||||
# Tabs Studio
|
||||
*.tss
|
||||
|
||||
# Telerik's JustMock configuration file
|
||||
*.jmconfig
|
||||
|
||||
# BizTalk build output
|
||||
*.btp.cs
|
||||
*.btm.cs
|
||||
*.odx.cs
|
||||
*.xsd.cs
|
||||
|
||||
# OpenCover UI analysis results
|
||||
OpenCover/
|
||||
|
||||
# Azure Stream Analytics local run output
|
||||
ASALocalRun/
|
||||
|
||||
# MSBuild Binary and Structured Log
|
||||
*.binlog
|
||||
|
||||
# NVidia Nsight GPU debugger configuration file
|
||||
*.nvuser
|
||||
|
||||
# MFractors (Xamarin productivity tool) working folder
|
||||
.mfractor/
|
||||
|
||||
# Local History for Visual Studio
|
||||
.localhistory/
|
||||
|
||||
# BeatPulse healthcheck temp database
|
||||
healthchecksdb
|
||||
|
||||
appsettings.demo.json
|
||||
/src/Khd.Core.Wcs/appsettings.json
|
||||
/src/Khd.Core.Wpf/appsettings.json
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,12 @@
|
||||
{
|
||||
"version": 1,
|
||||
"isRoot": true,
|
||||
"tools": {
|
||||
"dotnet-ef": {
|
||||
"version": "5.0.10",
|
||||
"commands": [
|
||||
"dotnet-ef"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,22 @@
|
||||
{
|
||||
"iisSettings": {
|
||||
"windowsAuthentication": false,
|
||||
"anonymousAuthentication": true,
|
||||
"iisExpress": {
|
||||
"applicationUrl": "http://localhost:63413",
|
||||
"sslPort": 0
|
||||
}
|
||||
},
|
||||
"$schema": "http://json.schemastore.org/launchsettings.json",
|
||||
"profiles": {
|
||||
"demo": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"launchUrl": "swagger",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "demo"
|
||||
},
|
||||
"applicationUrl": "http://localhost:5001"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,26 @@
|
||||
{
|
||||
//"Logging": {
|
||||
// "LogLevel": {
|
||||
// "Default": "Information",
|
||||
// "Microsoft": "Warning",
|
||||
// "Microsoft.Hosting.Lifetime": "Information"
|
||||
// },
|
||||
// "AppSettings": {
|
||||
// "SiteCode": "999"
|
||||
// }
|
||||
//},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "server=172.16.12.100;port=3306;database=hwjy-cloud;uid=kehaida;pwd=khdrkjy2024...;charset='utf8';persistsecurityinfo=True;SslMode=None;Allow User Variables=True"
|
||||
//"DefaultConnection": "server=175.27.215.92;port=3306;database=hwjy-cloud;uid=kehaida;pwd=khd2024;charset='utf8';persistsecurityinfo=True;SslMode=None;Allow User Variables=True",
|
||||
//"DefaultConnection": "server=175.27.215.92;port=3306;database=hwjy-cloud;uid=kehaida;pwd=khd2024;charset='utf8';persistsecurityinfo=True;SslMode=None;Allow User Variables=True",
|
||||
//"DefaultConnection": "server=localhost;port=3306;database=jyhb;uid=root;pwd=root;charset='utf8';persistsecurityinfo=True;SslMode=None;Allow User Variables=True"
|
||||
},
|
||||
"JwtSecurityOption": {
|
||||
"SigningKey": "3c41f60c-1d12-11ec-890d-00163e1b8678",
|
||||
"Issuer": "Khd.filog.cn",
|
||||
"Audience": "Khd.filog.cn"
|
||||
},
|
||||
"FileUploadingPath": "C:\\web\\images",
|
||||
"FileServerHost": "/images/"
|
||||
}
|
||||
@ -0,0 +1,89 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_alertinfo")]
|
||||
public class BaseAlertinfo
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 报警编码
|
||||
/// </summary>
|
||||
[Column("alert_no")]
|
||||
public string alertNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 报警内容
|
||||
/// </summary>
|
||||
[Column("alert_desc")]
|
||||
public string alertDesc { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 最小值
|
||||
/// </summary>
|
||||
[Column("alert_minval")]
|
||||
public int? alertMinval { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 最大值
|
||||
/// </summary>
|
||||
[Column("alert_maxval")]
|
||||
public int? alertMaxval { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 等于值
|
||||
/// </summary>
|
||||
[Column("alert_equipval")]
|
||||
public int? alertEquipval { get; set; }
|
||||
|
||||
[Column("isdelete")]
|
||||
public int? isdelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
|
||||
[Column("line_id")]
|
||||
public Guid? lineId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,37 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_amima")]
|
||||
public class BaseAmima
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
[Column("name")]
|
||||
public string name { get; set; }
|
||||
|
||||
[Column("password")]
|
||||
public string password { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
[Column("direction")]
|
||||
public int direction { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,80 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_bomcomponent")]
|
||||
public class BaseBomcomponent
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// bom
|
||||
/// </summary>
|
||||
[Column("bom_id")]
|
||||
public Guid? bomId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 子级物料编码
|
||||
/// </summary>
|
||||
[Column("bomcompenent_no")]
|
||||
public string bomcompenentNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 子级物料名称
|
||||
/// </summary>
|
||||
[Column("bomcompenent_nm")]
|
||||
public string bomcompenentNm { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 数量
|
||||
/// </summary>
|
||||
[Column("material_amount")]
|
||||
public int? materialAmount { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,62 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_car")]
|
||||
public class BaseCar
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid? id { get; set; }
|
||||
|
||||
[Column("car_no")]
|
||||
public int? carNo { get; set; }
|
||||
|
||||
[Column("car_name")]
|
||||
public string carName { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,122 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_cararea")]
|
||||
public class BaseCararea
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid? id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 库区线id
|
||||
/// </summary>
|
||||
[Column("area_id")]
|
||||
public Guid? areaId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 库区线编码
|
||||
/// </summary>
|
||||
[Column("area_no")]
|
||||
public string areaNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 库区线名称
|
||||
/// </summary>
|
||||
[Column("area_name")]
|
||||
public string areaName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车id
|
||||
/// </summary>
|
||||
[Column("car_id")]
|
||||
public Guid? carId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车编码
|
||||
/// </summary>
|
||||
[Column("car_no")]
|
||||
public string carNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车名称
|
||||
/// </summary>
|
||||
[Column("car_name")]
|
||||
public string carName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料id
|
||||
/// </summary>
|
||||
[Column("materiel_id")]
|
||||
public Guid? materielId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料编码
|
||||
/// </summary>
|
||||
[Column("materiel_no")]
|
||||
public string materielNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料名称
|
||||
/// </summary>
|
||||
[Column("materiel_name")]
|
||||
public string materielName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料扫描数量
|
||||
/// </summary>
|
||||
[Column("materiel_num")]
|
||||
public int? materielNum { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车状态0入库中1入库2出库3倒库4下件带料返库5空车入库
|
||||
/// </summary>
|
||||
[Column("car_status")]
|
||||
public int? carStatus { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,122 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_cararea_rejects")]
|
||||
public class BaseCarareaRejects
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 库区线id
|
||||
/// </summary>
|
||||
[Column("area_id")]
|
||||
public Guid? areaId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 库区线编码
|
||||
/// </summary>
|
||||
[Column("area_no")]
|
||||
public string areaNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 库区线名称
|
||||
/// </summary>
|
||||
[Column("area_name")]
|
||||
public string areaName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车id
|
||||
/// </summary>
|
||||
[Column("car_id")]
|
||||
public Guid? carId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车编码
|
||||
/// </summary>
|
||||
[Column("car_no")]
|
||||
public string carNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车名称
|
||||
/// </summary>
|
||||
[Column("car_name")]
|
||||
public string carName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料id
|
||||
/// </summary>
|
||||
[Column("materiel_id")]
|
||||
public Guid? materielId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料编码
|
||||
/// </summary>
|
||||
[Column("materiel_no")]
|
||||
public string materielNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料名称
|
||||
/// </summary>
|
||||
[Column("materiel_name")]
|
||||
public string materielName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料扫描数量
|
||||
/// </summary>
|
||||
[Column("materiel_num")]
|
||||
public int? materielNum { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车状态0入库中1入库2出库3倒库4下件带料返库5空车入库
|
||||
/// </summary>
|
||||
[Column("car_status")]
|
||||
public int? carStatus { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,122 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_carareaoverdue")]
|
||||
public class BaseCarareaoverdue
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 库区线id
|
||||
/// </summary>
|
||||
[Column("area_id")]
|
||||
public Guid? areaId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 库区线编码
|
||||
/// </summary>
|
||||
[Column("area_no")]
|
||||
public string areaNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 库区线名称
|
||||
/// </summary>
|
||||
[Column("area_name")]
|
||||
public string areaName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车id
|
||||
/// </summary>
|
||||
[Column("car_id")]
|
||||
public Guid? carId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车编码
|
||||
/// </summary>
|
||||
[Column("car_no")]
|
||||
public string carNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车名称
|
||||
/// </summary>
|
||||
[Column("car_name")]
|
||||
public string carName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料id
|
||||
/// </summary>
|
||||
[Column("materiel_id")]
|
||||
public Guid? materielId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料编码
|
||||
/// </summary>
|
||||
[Column("materiel_no")]
|
||||
public string materielNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料名称
|
||||
/// </summary>
|
||||
[Column("materiel_name")]
|
||||
public string materielName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料扫描数量
|
||||
/// </summary>
|
||||
[Column("materiel_num")]
|
||||
public int? materielNum { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车状态0入库中1入库2出库3倒库4下件带料返库5空车入库
|
||||
/// </summary>
|
||||
[Column("car_status")]
|
||||
public int? carStatus { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,98 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_cargocage")]
|
||||
public class BaseCargocage
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 货笼编码
|
||||
/// </summary>
|
||||
[Column("cargocage_no")]
|
||||
public string cargocageNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 货笼名称
|
||||
/// </summary>
|
||||
[Column("cargocage_name")]
|
||||
public string cargocageName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// RFID编码
|
||||
/// </summary>
|
||||
[Column("cargocage_rfid_no")]
|
||||
public string cargocageRfidNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 负载成品码
|
||||
/// </summary>
|
||||
[Column("cargocage_materialno")]
|
||||
public string cargocageMaterialno { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 颜色
|
||||
/// </summary>
|
||||
[Column("cargocage_color")]
|
||||
public string cargocageColor { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 当前状态
|
||||
/// </summary>
|
||||
[Column("cargocage_status")]
|
||||
public int? cargocageStatus { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 操作时间
|
||||
/// </summary>
|
||||
[Column("cargocage_optdate")]
|
||||
public DateTime? cargocageOptdate { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,80 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_carmateriel")]
|
||||
public class BaseCarmateriel
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车id
|
||||
/// </summary>
|
||||
[Column("car_id")]
|
||||
public Guid? carId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车编码
|
||||
/// </summary>
|
||||
[Column("car_no")]
|
||||
public string carNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车名称
|
||||
/// </summary>
|
||||
[Column("car_name")]
|
||||
public string carName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 半成品条码
|
||||
/// </summary>
|
||||
[Column("barcode")]
|
||||
public string barcode { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,74 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_carmateriellog")]
|
||||
public class BaseCarmateriellog
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
[Column("car_id")]
|
||||
public Guid? carId { get; set; }
|
||||
|
||||
[Column("car_no")]
|
||||
public int? carNo { get; set; }
|
||||
|
||||
[Column("car_name")]
|
||||
public string carName { get; set; }
|
||||
|
||||
[Column("materiel_id")]
|
||||
public Guid? materielId { get; set; }
|
||||
|
||||
[Column("materiel_no")]
|
||||
public string materielNo { get; set; }
|
||||
|
||||
[Column("materiel_name")]
|
||||
public string materielName { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,104 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_carmaterielup")]
|
||||
public class BaseCarmaterielup
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车id
|
||||
/// </summary>
|
||||
[Column("car_id")]
|
||||
public Guid? carId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车编号
|
||||
/// </summary>
|
||||
[Column("car_no")]
|
||||
public int? carNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车名称
|
||||
/// </summary>
|
||||
[Column("car_name")]
|
||||
public string carName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料id
|
||||
/// </summary>
|
||||
[Column("materiel_id")]
|
||||
public Guid? materielId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料编码
|
||||
/// </summary>
|
||||
[Column("materiel_no")]
|
||||
public string materielNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料名称
|
||||
/// </summary>
|
||||
[Column("materiel_name")]
|
||||
public string materielName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 数量
|
||||
/// </summary>
|
||||
[Column("materiel_num")]
|
||||
public int? materielNum { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 上件点
|
||||
/// </summary>
|
||||
[Column("up_line")]
|
||||
public int? upLine { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,110 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_carmaterielupdown")]
|
||||
public class BaseCarmaterielupdown
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车id
|
||||
/// </summary>
|
||||
[Column("car_id")]
|
||||
public Guid? carId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车编号
|
||||
/// </summary>
|
||||
[Column("car_no")]
|
||||
public int? carNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车名称
|
||||
/// </summary>
|
||||
[Column("car_name")]
|
||||
public string carName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料id
|
||||
/// </summary>
|
||||
[Column("materiel_id")]
|
||||
public Guid? materielId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料编码
|
||||
/// </summary>
|
||||
[Column("materiel_no")]
|
||||
public string materielNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料名称
|
||||
/// </summary>
|
||||
[Column("materiel_name")]
|
||||
public string materielName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 数量
|
||||
/// </summary>
|
||||
[Column("materiel_num")]
|
||||
public int? materielNum { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 线体
|
||||
/// </summary>
|
||||
[Column("line")]
|
||||
public int? line { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 订单号
|
||||
/// </summary>
|
||||
[Column("order_code")]
|
||||
public string orderCode { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,31 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_carorder")]
|
||||
public class BaseCarorder
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("car_no")]
|
||||
public int carNo { get; set; }
|
||||
|
||||
[Column("materiel_num")]
|
||||
public int? materielNum { get; set; }
|
||||
|
||||
[Column("order_id")]
|
||||
public string orderId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,62 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_carorderlist")]
|
||||
public class BaseCarorderlist
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
[Column("order_code")]
|
||||
public string orderCode { get; set; }
|
||||
|
||||
[Column("materiel_num")]
|
||||
public int? materielNum { get; set; }
|
||||
|
||||
[Column("materiel_no")]
|
||||
public string materielNo { get; set; }
|
||||
|
||||
[Column("prod_code")]
|
||||
public string prodCode { get; set; }
|
||||
|
||||
[Column("line_name")]
|
||||
public string lineName { get; set; }
|
||||
|
||||
[Column("est")]
|
||||
public string est { get; set; }
|
||||
|
||||
[Column("production_sequence")]
|
||||
public string productionSequence { get; set; }
|
||||
|
||||
[Column("Quantity")]
|
||||
public string quantity { get; set; }
|
||||
|
||||
[Column("UpQuantity")]
|
||||
public string upquantity { get; set; }
|
||||
|
||||
[Column("OutWareHouseQuantity")]
|
||||
public string outwarehousequantity { get; set; }
|
||||
|
||||
[Column("DownQuantity")]
|
||||
public string downquantity { get; set; }
|
||||
|
||||
[Column("IsOver")]
|
||||
public string isover { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,80 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_carordernum")]
|
||||
public class BaseCarordernum
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车id
|
||||
/// </summary>
|
||||
[Column("car_id")]
|
||||
public Guid? carId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车编码
|
||||
/// </summary>
|
||||
[Column("car_no")]
|
||||
public string carNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车名称
|
||||
/// </summary>
|
||||
[Column("car_name")]
|
||||
public string carName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料id
|
||||
/// </summary>
|
||||
[Column("materiel_id")]
|
||||
public Guid? materielId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料编码
|
||||
/// </summary>
|
||||
[Column("materiel_no")]
|
||||
public string materielNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料名称
|
||||
/// </summary>
|
||||
[Column("materiel_name")]
|
||||
public string materielName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料扫描数量
|
||||
/// </summary>
|
||||
[Column("materiel_num")]
|
||||
public int? materielNum { get; set; }
|
||||
|
||||
[Column("order_code")]
|
||||
public string orderCode { get; set; }
|
||||
|
||||
[Column("type")]
|
||||
public string type { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("order_num")]
|
||||
public int? orderNum { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,80 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_carordernumnew")]
|
||||
public class BaseCarordernumnew
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车id
|
||||
/// </summary>
|
||||
[Column("car_id")]
|
||||
public Guid? carId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车编码
|
||||
/// </summary>
|
||||
[Column("car_no")]
|
||||
public string carNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车名称
|
||||
/// </summary>
|
||||
[Column("car_name")]
|
||||
public string carName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料id
|
||||
/// </summary>
|
||||
[Column("materiel_id")]
|
||||
public Guid? materielId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料编码
|
||||
/// </summary>
|
||||
[Column("materiel_no")]
|
||||
public string materielNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料名称
|
||||
/// </summary>
|
||||
[Column("materiel_name")]
|
||||
public string materielName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料扫描数量
|
||||
/// </summary>
|
||||
[Column("materiel_num")]
|
||||
public int? materielNum { get; set; }
|
||||
|
||||
[Column("order_code")]
|
||||
public string orderCode { get; set; }
|
||||
|
||||
[Column("type")]
|
||||
public string type { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("order_num")]
|
||||
public int? orderNum { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,122 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_carpreline")]
|
||||
public class BaseCarpreline
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
[Column("car_id")]
|
||||
public Guid? carId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车编码
|
||||
/// </summary>
|
||||
[Column("car_no")]
|
||||
public int? carNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车名称
|
||||
/// </summary>
|
||||
[Column("car_name")]
|
||||
public string carName { get; set; }
|
||||
|
||||
[Column("preline_id")]
|
||||
public Guid? prelineId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 预设线编码
|
||||
/// </summary>
|
||||
[Column("preline_no")]
|
||||
public string prelineNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 预设线名称
|
||||
/// </summary>
|
||||
[Column("preline_nm")]
|
||||
public string prelineNm { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 站台分流线id
|
||||
/// </summary>
|
||||
[Column("sitenode_id")]
|
||||
public Guid? sitenodeId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 顺序号
|
||||
/// </summary>
|
||||
[Column("order_index")]
|
||||
public int? orderIndex { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 站台运输时间
|
||||
/// </summary>
|
||||
[Column("duration_time")]
|
||||
public int? durationTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 站台转换类型(预留拓展)
|
||||
/// </summary>
|
||||
[Column("change_type")]
|
||||
public int? changeType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// plc写入值
|
||||
/// </summary>
|
||||
[Column("plc_value")]
|
||||
public string plcValue { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否入库1入库0非入库
|
||||
/// </summary>
|
||||
[Column("IsInStock")]
|
||||
public int? isinstock { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,47 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_carproduct")]
|
||||
public class BaseCarproduct
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
[Column("car_id")]
|
||||
public Guid? carId { get; set; }
|
||||
|
||||
[Column("car_no")]
|
||||
public int? carNo { get; set; }
|
||||
|
||||
[Column("materiel_num")]
|
||||
public int? materielNum { get; set; }
|
||||
|
||||
[Column("order_code")]
|
||||
public string orderCode { get; set; }
|
||||
|
||||
[Column("materiel_id")]
|
||||
public Guid? materielId { get; set; }
|
||||
|
||||
[Column("materiel_no")]
|
||||
public string materielNo { get; set; }
|
||||
|
||||
[Column("line_code")]
|
||||
public string lineCode { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,86 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_carrier")]
|
||||
public class BaseCarrier
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 货笼编码
|
||||
/// </summary>
|
||||
[Column("carrier_no")]
|
||||
public string carrierNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 货笼名称
|
||||
/// </summary>
|
||||
[Column("carrier_name")]
|
||||
public string carrierName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// RFID编码
|
||||
/// </summary>
|
||||
[Column("carrier_rfid_no")]
|
||||
public string carrierRfidNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 颜色
|
||||
/// </summary>
|
||||
[Column("carrier_color")]
|
||||
public string carrierColor { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 当前状态
|
||||
/// </summary>
|
||||
[Column("carrier_status")]
|
||||
public int? carrierStatus { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,74 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_carthrough")]
|
||||
public class BaseCarthrough
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车号
|
||||
/// </summary>
|
||||
[Column("car_no")]
|
||||
public int? carNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 上件点
|
||||
/// </summary>
|
||||
[Column("UpLine")]
|
||||
public int? upline { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 下件点
|
||||
/// </summary>
|
||||
[Column("DownLine")]
|
||||
public int? downline { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,116 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("wcs_base_dictionary")]
|
||||
public class BaseDictionary
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("objid")]
|
||||
public long objid { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 字典名
|
||||
/// </summary>
|
||||
[Column("dic_name")]
|
||||
public string dicName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 字段名
|
||||
/// </summary>
|
||||
[Column("dic_field")]
|
||||
public string dicField { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 对应名
|
||||
/// </summary>
|
||||
[Column("dic_key")]
|
||||
public string dicKey { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 对应值
|
||||
/// </summary>
|
||||
[Column("dic_value")]
|
||||
public string dicValue { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 排序
|
||||
/// </summary>
|
||||
[Column("dic_sort")]
|
||||
public string dicSort { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否允许编辑 1允许 0不允许
|
||||
/// </summary>
|
||||
[Column("is_edit")]
|
||||
public int? isEdit { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否可用 0:不可用 1:可用
|
||||
/// </summary>
|
||||
[Column("use_flag")]
|
||||
public int? useFlag { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 创建者
|
||||
/// </summary>
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 创建时间
|
||||
/// </summary>
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 更新者
|
||||
/// </summary>
|
||||
[Column("update_by")]
|
||||
public string updateBy { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 更新时间
|
||||
/// </summary>
|
||||
[Column("update_time")]
|
||||
public DateTime? updateTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 备用字段1
|
||||
/// </summary>
|
||||
[Column("agv_type")]
|
||||
public string agvType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 备用字段2
|
||||
/// </summary>
|
||||
[Column("agv_task_type")]
|
||||
public string agvTaskType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 备用字段3
|
||||
/// </summary>
|
||||
[Column("to_plc")]
|
||||
public string ToPlc { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 备注
|
||||
/// </summary>
|
||||
[Column("remark")]
|
||||
public string remark { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,110 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_downcarorderback")]
|
||||
public class BaseDowncarorderback
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车id
|
||||
/// </summary>
|
||||
[Column("car_id")]
|
||||
public Guid? carId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车编码
|
||||
/// </summary>
|
||||
[Column("car_no")]
|
||||
public string carNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车名称
|
||||
/// </summary>
|
||||
[Column("car_name")]
|
||||
public string carName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 订单号
|
||||
/// </summary>
|
||||
[Column("order_id")]
|
||||
public string orderId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 线体
|
||||
/// </summary>
|
||||
[Column("line_code")]
|
||||
public string lineCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料id
|
||||
/// </summary>
|
||||
[Column("materiel_id")]
|
||||
public Guid? materielId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料编码
|
||||
/// </summary>
|
||||
[Column("materiel_no")]
|
||||
public string materielNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料名称
|
||||
/// </summary>
|
||||
[Column("materiel_name")]
|
||||
public string materielName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 数量
|
||||
/// </summary>
|
||||
[Column("materiel_num")]
|
||||
public int? materielNum { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,122 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_downline")]
|
||||
public class BaseDownline
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 库区线id
|
||||
/// </summary>
|
||||
[Column("area_id")]
|
||||
public Guid? areaId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 库区线编码
|
||||
/// </summary>
|
||||
[Column("area_no")]
|
||||
public string areaNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 库区线名称
|
||||
/// </summary>
|
||||
[Column("area_name")]
|
||||
public string areaName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车id
|
||||
/// </summary>
|
||||
[Column("car_id")]
|
||||
public Guid? carId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车编码
|
||||
/// </summary>
|
||||
[Column("car_no")]
|
||||
public string carNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 小车名称
|
||||
/// </summary>
|
||||
[Column("car_name")]
|
||||
public string carName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料id
|
||||
/// </summary>
|
||||
[Column("materiel_id")]
|
||||
public Guid? materielId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料编码
|
||||
/// </summary>
|
||||
[Column("materiel_no")]
|
||||
public string materielNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料名称
|
||||
/// </summary>
|
||||
[Column("materiel_name")]
|
||||
public string materielName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料扫描数量
|
||||
/// </summary>
|
||||
[Column("materiel_num")]
|
||||
public int? materielNum { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 1下件2倒库
|
||||
/// </summary>
|
||||
[Column("run_type")]
|
||||
public int? runType { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,140 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("wcs_base_equip")]
|
||||
public class BaseEquip
|
||||
{
|
||||
[Column("endStationCode")]
|
||||
public string endStationCode { get; set; }
|
||||
[Column("container_no")]
|
||||
public string containerNo { get; set; }
|
||||
|
||||
[Column("empty_count")]
|
||||
public int? emptyCount { get; set; }
|
||||
|
||||
[Column("agv_position_code")]
|
||||
public string agvPositionCode { get; set; }
|
||||
|
||||
[Key]
|
||||
[Column("objid")]
|
||||
public long objid { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 所属仓库
|
||||
/// </summary>
|
||||
[Column("warehouse_id")]
|
||||
public long? warehouseId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 设备编号
|
||||
/// </summary>
|
||||
[Column("equip_no")]
|
||||
public string equipNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 设备名称
|
||||
/// </summary>
|
||||
[Column("equip_name")]
|
||||
public string equipName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 设备类型 1输送线 2 提升机 3 分拣输送线
|
||||
/// </summary>
|
||||
[Column("equip_type")]
|
||||
public int? equipType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// IP地址
|
||||
/// </summary>
|
||||
[Column("server_ip")]
|
||||
public string serverIp { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 端口
|
||||
/// </summary>
|
||||
[Column("server_port")]
|
||||
public int? serverPort { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 设备状态,字典表
|
||||
/// </summary>
|
||||
[Column("equip_status")]
|
||||
public int? equipStatus { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 所属楼层
|
||||
/// </summary>
|
||||
[Column("floor_no")]
|
||||
public int? floorNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否可用 0:不可用 1:可用
|
||||
/// </summary>
|
||||
[Column("use_flag")]
|
||||
public int? useFlag { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 创建者
|
||||
/// </summary>
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 创建时间
|
||||
/// </summary>
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 更新者
|
||||
/// </summary>
|
||||
[Column("update_by")]
|
||||
public string updateBy { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 更新时间
|
||||
/// </summary>
|
||||
[Column("update_time")]
|
||||
public DateTime? updateTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 备用字段1
|
||||
/// </summary>
|
||||
[Column("ud1")]
|
||||
public string ud1 { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 备用字段2
|
||||
/// </summary>
|
||||
[Column("ud2")]
|
||||
public string ud2 { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 备用字段3
|
||||
/// </summary>
|
||||
[Column("ud3")]
|
||||
public string ud3 { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 备注
|
||||
/// </summary>
|
||||
[Column("remark")]
|
||||
public string remark { get; set; }
|
||||
[Column("is_out")]
|
||||
public int? IsOut { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,86 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_equipment")]
|
||||
public class BaseEquipment
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 设备编码
|
||||
/// </summary>
|
||||
[Column("equipment_no")]
|
||||
public string equipmentNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 设备名称
|
||||
/// </summary>
|
||||
[Column("equipment_name")]
|
||||
public string equipmentName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 设备ip
|
||||
/// </summary>
|
||||
[Column("equipment_ip")]
|
||||
public string equipmentIp { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 设备品牌
|
||||
/// </summary>
|
||||
[Column("equipment_spac")]
|
||||
public string equipmentSpac { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 设备类型
|
||||
/// </summary>
|
||||
[Column("equipment_type")]
|
||||
public int? equipmentType { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,68 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_factory")]
|
||||
public class BaseFactory
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 工厂编码
|
||||
/// </summary>
|
||||
[Column("factory_no")]
|
||||
public string factoryNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 工厂名称
|
||||
/// </summary>
|
||||
[Column("factory_name")]
|
||||
public string factoryName { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,86 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_faultlog")]
|
||||
public class BaseFaultlog
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
[Column("line")]
|
||||
public int? line { get; set; }
|
||||
|
||||
[Column("ddate")]
|
||||
public DateTime? ddate { get; set; }
|
||||
|
||||
[Column("hourtime")]
|
||||
public int? hourtime { get; set; }
|
||||
|
||||
[Column("mintime")]
|
||||
public int? mintime { get; set; }
|
||||
|
||||
[Column("mincreatetime")]
|
||||
public DateTime? mincreatetime { get; set; }
|
||||
|
||||
[Column("maxcreatetime")]
|
||||
public DateTime? maxcreatetime { get; set; }
|
||||
|
||||
[Column("faulthourtime")]
|
||||
public int? faulthourtime { get; set; }
|
||||
|
||||
[Column("faultmintime")]
|
||||
public int? faultmintime { get; set; }
|
||||
|
||||
[Column("rhourtime")]
|
||||
public int? rhourtime { get; set; }
|
||||
|
||||
[Column("rfaultmintime")]
|
||||
public int? rfaultmintime { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,50 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_faulttime")]
|
||||
public class BaseFaulttime
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 线体
|
||||
/// </summary>
|
||||
[Column("line")]
|
||||
public int? line { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 日期
|
||||
/// </summary>
|
||||
[Column("ddate")]
|
||||
public DateTime? ddate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 开始时间
|
||||
/// </summary>
|
||||
[Column("begintime")]
|
||||
public DateTime? begintime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 结束时间
|
||||
/// </summary>
|
||||
[Column("endtime")]
|
||||
public DateTime? endtime { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,80 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_flag")]
|
||||
public class BaseFlag
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 编码
|
||||
/// </summary>
|
||||
[Column("flag_no")]
|
||||
public string flagNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 名称
|
||||
/// </summary>
|
||||
[Column("flag_name")]
|
||||
public string flagName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 值
|
||||
/// </summary>
|
||||
[Column("n_flag")]
|
||||
public int? nFlag { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 描述
|
||||
/// </summary>
|
||||
[Column("flag_memo")]
|
||||
public string flagMemo { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,116 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_followmessage")]
|
||||
public class BaseFollowmessage
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public string id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 父订单id
|
||||
/// </summary>
|
||||
[Column("sid")]
|
||||
public string sid { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 订单号
|
||||
/// </summary>
|
||||
[Column("vin_code")]
|
||||
public string vinCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 任务上件站点
|
||||
/// </summary>
|
||||
[Column("up_site")]
|
||||
public string upSite { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 任务下件站点
|
||||
/// </summary>
|
||||
[Column("down_site")]
|
||||
public string downSite { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 挂具号
|
||||
/// </summary>
|
||||
[Column("car_no")]
|
||||
public int carNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 产品名称
|
||||
/// </summary>
|
||||
[Column("material_name")]
|
||||
public string materialName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 生产线别
|
||||
/// </summary>
|
||||
[Column("line_code")]
|
||||
public string lineCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 线别名称
|
||||
/// </summary>
|
||||
[Column("line_name")]
|
||||
public string lineName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 订单是否完成0未完成1完成
|
||||
/// </summary>
|
||||
[Column("IsOver")]
|
||||
public int? isover { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 计划开始时间
|
||||
/// </summary>
|
||||
[Column("est")]
|
||||
public DateTime? est { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 计划数量
|
||||
/// </summary>
|
||||
[Column("Quantity")]
|
||||
public int? quantity { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 下线数量
|
||||
/// </summary>
|
||||
[Column("ActualQuantity")]
|
||||
public int? actualquantity { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 订单生产顺序
|
||||
/// </summary>
|
||||
[Column("production_sequence")]
|
||||
public int? productionSequence { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 创建人
|
||||
/// </summary>
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 下线记录创建时间
|
||||
/// </summary>
|
||||
[Column("create_date")]
|
||||
public DateTime? createDate { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,89 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_linearea")]
|
||||
public class BaseLinearea
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
[Column("area_id")]
|
||||
public Guid? areaId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 区域编码
|
||||
/// </summary>
|
||||
[Column("area_no")]
|
||||
public string areaNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 区域名称
|
||||
/// </summary>
|
||||
[Column("area_name")]
|
||||
public string areaName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 产线id
|
||||
/// </summary>
|
||||
[Column("line_id")]
|
||||
public Guid? lineId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 产线编码
|
||||
/// </summary>
|
||||
[Column("line_no")]
|
||||
public string lineNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 产线名称
|
||||
/// </summary>
|
||||
[Column("line_name")]
|
||||
public string lineName { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,86 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_lineinfo")]
|
||||
public class BaseLineinfo
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 产线编码
|
||||
/// </summary>
|
||||
[Column("line_no")]
|
||||
public string lineNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 产线名称
|
||||
/// </summary>
|
||||
[Column("linen_ame")]
|
||||
public string linenAme { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 工厂名称
|
||||
/// </summary>
|
||||
[Column("line_factory_name")]
|
||||
public string lineFactoryName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 工厂编码
|
||||
/// </summary>
|
||||
[Column("line_factory_no")]
|
||||
public string lineFactoryNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 工厂id
|
||||
/// </summary>
|
||||
[Column("line_factory_id")]
|
||||
public Guid? lineFactoryId { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,74 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_loginlog")]
|
||||
public class BaseLoginlog
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 站点
|
||||
/// </summary>
|
||||
[Column("sitenode")]
|
||||
public int? sitenode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 用户名
|
||||
/// </summary>
|
||||
[Column("loginname")]
|
||||
public string loginname { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 姓名
|
||||
/// </summary>
|
||||
[Column("fullname")]
|
||||
public string fullname { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,92 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_materialinfo")]
|
||||
public class BaseMaterialinfo
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid? id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料编码
|
||||
/// </summary>
|
||||
[Column("material_no")]
|
||||
public string materialNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料名称
|
||||
/// </summary>
|
||||
[Column("material_name")]
|
||||
public string materialName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 1号上件点K46写入PLC长度,单位:mm
|
||||
/// </summary>
|
||||
[Column("k46up_length")]
|
||||
public string k46upLength { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 2号上件点K48写入PLC长度,单位:mm
|
||||
/// </summary>
|
||||
[Column("k48up_length")]
|
||||
public string k48upLength { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 下件写入PLC长度,单位:mm
|
||||
/// </summary>
|
||||
[Column("down_length")]
|
||||
public string downLength { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料类型
|
||||
/// </summary>
|
||||
[Column("material_type")]
|
||||
public string materialType { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,95 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_materialinfobom")]
|
||||
public class BaseMaterialinfobom
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 成品id
|
||||
/// </summary>
|
||||
[Column("materiel_finish_id")]
|
||||
public Guid? materielFinishId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 成品编码
|
||||
/// </summary>
|
||||
[Column("materiel_finish_no")]
|
||||
public string materielFinishNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 成品名称
|
||||
/// </summary>
|
||||
[Column("materiel_finish_name")]
|
||||
public string materielFinishName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 箱体id
|
||||
/// </summary>
|
||||
[Column("materiel_box_id")]
|
||||
public Guid? materielBoxId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 箱体编码
|
||||
/// </summary>
|
||||
[Column("materiel_box_no")]
|
||||
public string materielBoxNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 箱体名称
|
||||
/// </summary>
|
||||
[Column("materiel_box_name")]
|
||||
public string materielBoxName { get; set; }
|
||||
|
||||
[Column("version")]
|
||||
public string version { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,134 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_orderinfo")]
|
||||
public class BaseOrderinfo
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 订单编码
|
||||
/// </summary>
|
||||
[Column("order_no")]
|
||||
public string orderNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料id
|
||||
/// </summary>
|
||||
[Column("material_id")]
|
||||
public Guid? materialId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料编码
|
||||
/// </summary>
|
||||
[Column("material_no")]
|
||||
public string materialNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 线体id
|
||||
/// </summary>
|
||||
[Column("material_line_id")]
|
||||
public Guid? materialLineId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 线体名称
|
||||
/// </summary>
|
||||
[Column("material_line_name")]
|
||||
public string materialLineName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 线体编码
|
||||
/// </summary>
|
||||
[Column("material_line_no")]
|
||||
public string materialLineNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 时序顺序
|
||||
/// </summary>
|
||||
[Column("product_sortno")]
|
||||
public int? productSortno { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 生产数量
|
||||
/// </summary>
|
||||
[Column("product_amount")]
|
||||
public int? productAmount { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// bom版本
|
||||
/// </summary>
|
||||
[Column("bom_version")]
|
||||
public string bomVersion { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 订单日期
|
||||
/// </summary>
|
||||
[Column("plan_starttime")]
|
||||
public DateTime? planStarttime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 0未完成1已完成
|
||||
/// </summary>
|
||||
[Column("plan_state")]
|
||||
public int? planState { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 上件数量
|
||||
/// </summary>
|
||||
[Column("up_amount")]
|
||||
public int? upAmount { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 下件数量
|
||||
/// </summary>
|
||||
[Column("down_amount")]
|
||||
public int? downAmount { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,35 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_orderlog")]
|
||||
public class BaseOrderlog
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
[Column("updatememo")]
|
||||
public string updatememo { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("type")]
|
||||
public string type { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,116 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("wcs_base_plcpoint")]
|
||||
public class BasePlcpoint
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public long? id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// plc点位编码
|
||||
/// </summary>
|
||||
[Column("plcpoint_no")]
|
||||
public string plcpointNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// plc点位编名称
|
||||
/// </summary>
|
||||
[Column("plcpoint_name")]
|
||||
public string plcpointName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 点位长度
|
||||
/// </summary>
|
||||
[Column("plcpoint_length")]
|
||||
public int? plcpointLength { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 点位地址
|
||||
/// </summary>
|
||||
[Column("plcpoint_address")]
|
||||
public string plcpointAddress { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 设备id
|
||||
/// </summary>
|
||||
[Column("equipment_id")]
|
||||
public long? equipmentId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 设备编码
|
||||
/// </summary>
|
||||
[Column("equipment_no")]
|
||||
public string equipmentNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 设备名称
|
||||
/// </summary>
|
||||
[Column("equipment_name")]
|
||||
public string equipmentName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// plc点位数据类型
|
||||
/// </summary>
|
||||
[Column("plcpoint_type")]
|
||||
public int? plcpointType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 站点id
|
||||
/// </summary>
|
||||
[Column("sitenode_id")]
|
||||
public long? sitenodeId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 所属楼层
|
||||
/// </summary>
|
||||
[Column("floor_no")]
|
||||
public int? floorNo { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,95 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_plcpointsite")]
|
||||
public class BasePlcpointsite
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public int id { get; set; }
|
||||
|
||||
[Column("site_id")]
|
||||
public Guid? siteId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 站点编码
|
||||
/// </summary>
|
||||
[Column("site_no")]
|
||||
public string siteNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 站点名称
|
||||
/// </summary>
|
||||
[Column("site_name")]
|
||||
public string siteName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// plcid
|
||||
/// </summary>
|
||||
[Column("plcpoint_id")]
|
||||
public Guid? plcpointId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// plc点编码
|
||||
/// </summary>
|
||||
[Column("plcpoint_no")]
|
||||
public string plcpointNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// plc点名称
|
||||
/// </summary>
|
||||
[Column("plcpoint_name")]
|
||||
public string plcpointName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// plc点逻辑类型
|
||||
/// </summary>
|
||||
[Column("plctype_id")]
|
||||
public Guid? plctypeId { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,74 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_plctype")]
|
||||
public class BasePlctype
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// plc类型编码
|
||||
/// </summary>
|
||||
[Column("plctype_no")]
|
||||
public string plctypeNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// plc类型编名称
|
||||
/// </summary>
|
||||
[Column("plctype_name")]
|
||||
public string plctypeName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 指令内容
|
||||
/// </summary>
|
||||
[Column("plctype_command")]
|
||||
public string plctypeCommand { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,110 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_prelinedetail")]
|
||||
public class BasePrelinedetail
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
[Column("preline_id")]
|
||||
public Guid? prelineId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 预设线编码
|
||||
/// </summary>
|
||||
[Column("preline_no")]
|
||||
public string prelineNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 预设线名称
|
||||
/// </summary>
|
||||
[Column("preline_nm")]
|
||||
public string prelineNm { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 站台分流线id
|
||||
/// </summary>
|
||||
[Column("sitenode_id")]
|
||||
public Guid? sitenodeId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 顺序号
|
||||
/// </summary>
|
||||
[Column("order_index")]
|
||||
public int? orderIndex { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 站台运输时间
|
||||
/// </summary>
|
||||
[Column("duration_time")]
|
||||
public int? durationTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 站台转换类型(预留拓展)
|
||||
/// </summary>
|
||||
[Column("change_type")]
|
||||
public int? changeType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// plc写入值
|
||||
/// </summary>
|
||||
[Column("plc_value")]
|
||||
public string plcValue { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 1入库0非入库
|
||||
/// </summary>
|
||||
[Column("IsInStock")]
|
||||
public int? isinstock { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
|
||||
[Column("line_id")]
|
||||
public Guid? lineId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,83 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_production_order_split_bak")]
|
||||
public class BaseProductionOrderSplitBak
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public string id { get; set; }
|
||||
|
||||
[Column("site_code")]
|
||||
public string siteCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 线体编码
|
||||
/// </summary>
|
||||
[Column("line_code")]
|
||||
public string lineCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 线体名称
|
||||
/// </summary>
|
||||
[Column("line_name")]
|
||||
public string lineName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 订单号
|
||||
/// </summary>
|
||||
[Column("order_code")]
|
||||
public string orderCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 产品编码
|
||||
/// </summary>
|
||||
[Column("prod_code")]
|
||||
public string prodCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 产品名称
|
||||
/// </summary>
|
||||
[Column("prod_desc")]
|
||||
public string prodDesc { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 订单生产顺序
|
||||
/// </summary>
|
||||
[Column("production_sequence")]
|
||||
public int? productionSequence { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 订单是否完成0未完成1完成
|
||||
/// </summary>
|
||||
[Column("IsOver")]
|
||||
public int? isover { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 计划开始时间
|
||||
/// </summary>
|
||||
[Column("est")]
|
||||
public DateTime? est { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 计划数量
|
||||
/// </summary>
|
||||
[Column("Quantity")]
|
||||
public int? quantity { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,62 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_rejects")]
|
||||
public class BaseRejects
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
[Column("car_no")]
|
||||
public int? carNo { get; set; }
|
||||
|
||||
[Column("site_node")]
|
||||
public int? siteNode { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,98 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_sitearea")]
|
||||
public class BaseSitearea
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public int id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 站台id
|
||||
/// </summary>
|
||||
[Column("site_id")]
|
||||
public Guid? siteId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 站台编码
|
||||
/// </summary>
|
||||
[Column("site_no")]
|
||||
public string siteNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 站台名称
|
||||
/// </summary>
|
||||
[Column("site_name")]
|
||||
public string siteName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 区域id
|
||||
/// </summary>
|
||||
[Column("area_id")]
|
||||
public Guid? areaId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 区域编码
|
||||
/// </summary>
|
||||
[Column("area_no")]
|
||||
public string areaNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 区域名称
|
||||
/// </summary>
|
||||
[Column("area_name")]
|
||||
public string areaName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 路径去向值
|
||||
/// </summary>
|
||||
[Column("site_value")]
|
||||
public string siteValue { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,92 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_sitenode")]
|
||||
public class BaseSitenode
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid? id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 站台编码
|
||||
/// </summary>
|
||||
[Column("site_no")]
|
||||
public string siteNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 站台名称
|
||||
/// </summary>
|
||||
[Column("site_name")]
|
||||
public string siteName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 站台类型
|
||||
/// </summary>
|
||||
[Column("site_tasktype")]
|
||||
public Guid? siteTasktype { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ip地址
|
||||
/// </summary>
|
||||
[Column("site_ipaddress")]
|
||||
public string siteIpaddress { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 链接服务器端口号
|
||||
/// </summary>
|
||||
[Column("site_serverport")]
|
||||
public int? siteServerport { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// thrift端口号
|
||||
/// </summary>
|
||||
[Column("thrift_port")]
|
||||
public int? thriftPort { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,41 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_sitenum")]
|
||||
public class BaseSitenum
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
[Column("sitenode_no")]
|
||||
public int? sitenodeNo { get; set; }
|
||||
|
||||
[Column("order_code")]
|
||||
public string orderCode { get; set; }
|
||||
|
||||
[Column("materiel_num")]
|
||||
public int? materielNum { get; set; }
|
||||
|
||||
[Column("car_no")]
|
||||
public int? carNo { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,50 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_standbytime")]
|
||||
public class BaseStandbytime
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 线体
|
||||
/// </summary>
|
||||
[Column("line")]
|
||||
public int? line { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 日期
|
||||
/// </summary>
|
||||
[Column("ddate")]
|
||||
public DateTime? ddate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 开始时间
|
||||
/// </summary>
|
||||
[Column("begintime")]
|
||||
public DateTime? begintime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 结束时间
|
||||
/// </summary>
|
||||
[Column("endtime")]
|
||||
public DateTime? endtime { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,68 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_storage")]
|
||||
public class BaseStorage
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 区域编码
|
||||
/// </summary>
|
||||
[Column("storage_no")]
|
||||
public string storageNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 区域名称
|
||||
/// </summary>
|
||||
[Column("storage_name")]
|
||||
public string storageName { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,77 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_systemconfig")]
|
||||
public class BaseSystemconfig
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 系统设置编码
|
||||
/// </summary>
|
||||
[Column("system_filedno")]
|
||||
public string systemFiledno { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 系统配置值
|
||||
/// </summary>
|
||||
[Column("system_filedval")]
|
||||
public string systemFiledval { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 字段描述
|
||||
/// </summary>
|
||||
[Column("system_fileddesc")]
|
||||
public string systemFileddesc { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
|
||||
[Column("line_id")]
|
||||
public Guid? lineId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,71 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_tasktstatus")]
|
||||
public class BaseTasktstatus
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 任务状态编号
|
||||
/// </summary>
|
||||
[Column("taskstatus_no")]
|
||||
public string taskstatusNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 任务状态名称
|
||||
/// </summary>
|
||||
[Column("taskstatus_nm")]
|
||||
public string taskstatusNm { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
|
||||
[Column("line_id")]
|
||||
public Guid? lineId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,71 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_tasktype")]
|
||||
public class BaseTasktype
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 任务类型编号
|
||||
/// </summary>
|
||||
[Column("tasktype_no")]
|
||||
public string tasktypeNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 任务类型名称
|
||||
/// </summary>
|
||||
[Column("tasktype_nm")]
|
||||
public string tasktypeNm { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
|
||||
[Column("line_id")]
|
||||
public Guid? lineId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,80 @@
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
//<copyright>
|
||||
// * Copyright (C) 2021 KEHAIDASOFT All Rights Reserved
|
||||
// * version : 4.0.30319.42000
|
||||
// * author : khd by t4-2
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Khd.Core.Domain.Models
|
||||
{
|
||||
|
||||
[Table("base_updownnum")]
|
||||
public class BaseUpdownnum
|
||||
{
|
||||
|
||||
[Key]
|
||||
[Column("id")]
|
||||
public Guid id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 创建日期
|
||||
/// </summary>
|
||||
[Column("create_date")]
|
||||
public DateTime? createDate { get; set; }
|
||||
|
||||
[Column("site_no")]
|
||||
public int? siteNo { get; set; }
|
||||
|
||||
[Column("materiel_no")]
|
||||
public string materielNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 上件数量
|
||||
/// </summary>
|
||||
[Column("upnum")]
|
||||
public int? upnum { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 下件数量
|
||||
/// </summary>
|
||||
[Column("downnum")]
|
||||
public int? downnum { get; set; }
|
||||
|
||||
[Column("is_delete")]
|
||||
public int? isDelete { get; set; }
|
||||
|
||||
[Column("create_time")]
|
||||
public DateTime? createTime { get; set; }
|
||||
|
||||
[Column("create_id")]
|
||||
public Guid? createId { get; set; }
|
||||
|
||||
[Column("create_by")]
|
||||
public string createBy { get; set; }
|
||||
|
||||
[Column("modify_time")]
|
||||
public DateTime? modifyTime { get; set; }
|
||||
|
||||
[Column("modify_id")]
|
||||
public Guid? modifyId { get; set; }
|
||||
|
||||
[Column("modify_by")]
|
||||
public string modifyBy { get; set; }
|
||||
|
||||
[Column("definefield3")]
|
||||
public string definefield3 { get; set; }
|
||||
|
||||
[Column("definefield1")]
|
||||
public string definefield1 { get; set; }
|
||||
|
||||
[Column("definefield2")]
|
||||
public string definefield2 { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue