明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
letian_backend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zengfanpei
letian_backend
Commits
6f882ace
Commit
6f882ace
authored
Mar 12, 2025
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
5b634759
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
letianAgrInputDetail.js
db/models/letianAgrInputDetail.js
+2
-2
letianAgrInputEmploy.js
db/models/letianAgrInputEmploy.js
+2
-2
letianAgrInputOther.js
db/models/letianAgrInputOther.js
+2
-2
letianAgrInputRecord.js
db/models/letianAgrInputRecord.js
+3
-3
No files found.
db/models/letianAgrInputDetail.js
View file @
6f882ace
...
@@ -15,11 +15,11 @@ const letianAgrInputDetailSchema = new Schema({
...
@@ -15,11 +15,11 @@ const letianAgrInputDetailSchema = new Schema({
},
},
name
:
{
name
:
{
type
:
String
,
type
:
String
,
comm
ne
t
:
"产品名称"
,
comm
en
t
:
"产品名称"
,
},
},
spec
:
{
spec
:
{
type
:
String
,
type
:
String
,
comm
ne
t
:
"规格"
,
comm
en
t
:
"规格"
,
},
},
proUnit
:
{
proUnit
:
{
type
:
String
,
type
:
String
,
...
...
db/models/letianAgrInputEmploy.js
View file @
6f882ace
...
@@ -16,11 +16,11 @@ const letianAgrInputEmploySchema = new Schema({
...
@@ -16,11 +16,11 @@ const letianAgrInputEmploySchema = new Schema({
},
},
agrProName
:
{
agrProName
:
{
type
:
String
,
type
:
String
,
comm
ne
t
:
"农产品名称"
,
comm
en
t
:
"农产品名称"
,
},
},
empDetails
:
{
empDetails
:
{
type
:
String
,
type
:
String
,
comm
ne
t
:
"用工详情"
,
comm
en
t
:
"用工详情"
,
},
},
peopleNum
:
{
peopleNum
:
{
type
:
Number
,
type
:
Number
,
...
...
db/models/letianAgrInputOther.js
View file @
6f882ace
...
@@ -16,11 +16,11 @@ const letianAgrInputOtherSchema = new Schema({
...
@@ -16,11 +16,11 @@ const letianAgrInputOtherSchema = new Schema({
},
},
name
:
{
name
:
{
type
:
String
,
type
:
String
,
comm
ne
t
:
"类别/名称"
,
comm
en
t
:
"类别/名称"
,
},
},
spec
:
{
spec
:
{
type
:
String
,
type
:
String
,
comm
ne
t
:
"规格"
,
comm
en
t
:
"规格"
,
},
},
buyNum
:
{
buyNum
:
{
type
:
Number
,
type
:
Number
,
...
...
db/models/letianAgrInputRecord.js
View file @
6f882ace
...
@@ -14,15 +14,15 @@ const letianAgrInputRecordSchema = new Schema({
...
@@ -14,15 +14,15 @@ const letianAgrInputRecordSchema = new Schema({
},
},
agrProName
:
{
agrProName
:
{
type
:
String
,
type
:
String
,
comm
ne
t
:
"农产品名称"
,
comm
en
t
:
"农产品名称"
,
},
},
name
:
{
name
:
{
type
:
String
,
type
:
String
,
comm
ne
t
:
"生产投入品名称"
,
comm
en
t
:
"生产投入品名称"
,
},
},
type
:
{
type
:
{
type
:
String
,
type
:
String
,
comm
ne
t
:
"投入品类别"
,
comm
en
t
:
"投入品类别"
,
},
},
total
:
{
total
:
{
type
:
Number
,
type
:
Number
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment