Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
J
JunmpPoliceStation
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
zxw
JunmpPoliceStation
Commits
004884f2
Commit
004884f2
authored
Dec 14, 2022
by
赵剑炜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整各个视图,将报废的物资剔除于总数量
parent
4c472374
全部展开
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
7 行增加
和
2 行删除
+7
-2
BaseJpCabinetWorklog.cs
JmpModel/Model/BaseJpCabinetWorklog.cs
+1
-1
JunmppolicesqlContext.cs
JmpModel/Model/DataContext/JunmppolicesqlContext.cs
+2
-0
ViewEquipment.cs
JmpModel/Model/ViewEquipment.cs
+3
-0
efpt.config.json
JmpModel/efpt.config.json
+1
-1
TjController.cs
JunmpPoliceStation/Controllers/TjController.cs
+0
-0
没有找到文件。
JmpModel/Model/BaseJpCabinetWorklog.cs
View file @
004884f2
...
...
@@ -27,7 +27,7 @@ namespace JmpModel.Model
[
StringLength
(
50
)]
public
string
Date
{
get
;
set
;
}
[
Column
(
"photo"
)]
[
StringLength
(
50
)]
[
StringLength
(
255
)]
public
string
Photo
{
get
;
set
;
}
[
Column
(
"isDeal"
)]
[
StringLength
(
50
)]
...
...
JmpModel/Model/DataContext/JunmppolicesqlContext.cs
View file @
004884f2
...
...
@@ -3540,6 +3540,8 @@ Warehouse:仓库");
entity
.
Property
(
e
=>
e
.
EquipmentCode
).
IsUnicode
(
false
);
entity
.
Property
(
e
=>
e
.
EquipmentCode1
).
IsUnicode
(
false
);
entity
.
Property
(
e
=>
e
.
EquipmentName
).
IsUnicode
(
false
);
entity
.
Property
(
e
=>
e
.
EquipmentSizecode
).
IsUnicode
(
false
);
...
...
JmpModel/Model/ViewEquipment.cs
View file @
004884f2
...
...
@@ -47,6 +47,9 @@ namespace JmpModel.Model
[
Column
(
"equipment_name"
)]
[
StringLength
(
64
)]
public
string
EquipmentName
{
get
;
set
;
}
[
Column
(
"equipmentCode"
)]
[
StringLength
(
36
)]
public
string
EquipmentCode1
{
get
;
set
;
}
[
Column
(
"equipment_sizecode"
)]
[
StringLength
(
36
)]
public
string
EquipmentSizecode
{
get
;
set
;
}
...
...
JmpModel/efpt.config.json
View file @
004884f2
...
...
@@ -435,7 +435,7 @@
"ObjectType"
:
3
}
],
"UiHint"
:
"
pc.junmppolicesqldev.dbo
"
,
"UiHint"
:
"
PC.junmppolicesqldev
"
,
"UseBoolPropertiesWithoutDefaultSql"
:
false
,
"UseDatabaseNames"
:
false
,
"UseDbContextSplitting"
:
false
,
...
...
JunmpPoliceStation/Controllers/TjController.cs
View file @
004884f2
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论