切换导航条
此项目
正在载入...
登录
allied-creation
/
allied-creation-gateway
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
差异文件
浏览文件
作者
tangxuhui
3 years ago
提交
09095de5826009b9a282563b9bd5747b109600d3
2 个父辈
bddc4f0c
f25a13db
Merge branch 'dev' of
http://gitlab.fjmaimaimai.com/allied-creation/allied-creation-gateway
into dev
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
6 行增加
和
5 行删除
pkg/application/web/dividendsEstimate/dto/dto.go
pkg/infrastructure/service_gateway/allied_creation_cooperation/param_cooperation_contract.go
pkg/infrastructure/service_gateway/allied_creation_cooperation/param_dividends_estimate.go
pkg/application/web/dividendsEstimate/dto/dto.go
查看文件 @
09095de
...
...
@@ -51,7 +51,7 @@ type DividendsEstimateMoneyItem struct {
DepartmentName
string
`json:"departmentName"`
}
`json:"department"`
//发起部门
CooperationContractSponsorName
string
`json:"cooperationContractSponsorName"`
StageAndUndertaker
struct
{
StageAndUndertaker
[]
struct
{
Stage
int
`json:"stage"`
// 分红阶段
Undertakers
[]
struct
{
UndertakerId
int
`json:"undertakerId,string"`
// 承接人id
...
...
pkg/infrastructure/service_gateway/allied_creation_cooperation/param_cooperation_contract.go
查看文件 @
09095de
...
...
@@ -17,7 +17,7 @@ type CooperationContract struct {
DepartmentId
int
`json:"departmentId,string"`
DepartmentName
string
`json:"departmentName"`
DepartmentNumber
string
`json:"departmentNumber"`
}
`jsopn:"department"
json:"department"
`
//发起部门
}
`jsopn:"department"`
//发起部门
CooperationContractSponsor
struct
{
UserId
int
`json:"userId,string"`
//id
UserInfo
struct
{
...
...
pkg/infrastructure/service_gateway/allied_creation_cooperation/param_dividends_estimate.go
查看文件 @
09095de
...
...
@@ -18,7 +18,7 @@ type (
OrderGoodId
int
`json:"orderGoodId,string"`
// 共创合约编号
CooperationContractNumber
string
`json:"cooperationContractNumber"`
// 分红订单号或退货单号
、
// 分红订单号或退货单号
OrderNumber
string
`json:"orderNumber"`
// 来源单号
OriginalOrderNum
string
`json:"originalOrderNum"`
...
...
@@ -26,12 +26,13 @@ type (
CustomerName
string
`json:"customerName"`
// 订单区域
RegionName
string
`json:"region"`
//货品名称
//
货品名称
OrderGoodName
string
`json:"orderGoodName"`
// 订单金额
OrderAmount
float64
`json:"orderAmount"`
// 订单/退货单日期
OrderDate
time
.
Time
`json:"orderDate"`
OrgId
int
`json:"orgId"`
}
`json:"list"`
}
)
...
...
@@ -121,7 +122,7 @@ type (
}
`json:"department"`
//发起部门
// 共创合约发起人
CooperationContractSponsorName
string
`json:"cooperationContractSponsor"`
StageAndUndertaker
struct
{
StageAndUndertaker
[]
struct
{
Stage
int
`json:"stage"`
// 分红阶段
Undertakers
[]
struct
{
UndertakerId
int
`json:"undertakerId,string"`
// 承接人id
...
...
请
注册
或
登录
后发表评论