切换导航条
此项目
正在载入...
登录
allied-creation
/
allied-creation-gateway
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
tangxuhui
3 years ago
提交
bddc4f0c9c1e1d599162cf1dc7b878d7e0ad7225
1 个父辈
d0e57214
数据结构更新
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
4 行增加
和
3 行删除
pkg/infrastructure/service_gateway/allied_creation_cooperation/param_cooperation_project.go
pkg/infrastructure/service_gateway/allied_creation_cooperation/param_dividends_returned_order.go
pkg/infrastructure/service_gateway/allied_creation_cooperation/param_cooperation_project.go
查看文件 @
bddc4f0
...
...
@@ -232,7 +232,8 @@ type (
}
`json:"userInfo"`
}
`json:"operator"`
//OperateTime time.Time `json:"operateTime"`
Status
int
`json:"status"`
Status
int
`json:"status"`
ApplicantCount
int
`json:"applicantCount"`
// 共创申请人计数
}
DataCooperationProjectSearch
struct
{
List
[]
DataCooperationProjectSearchItem
`json:"list"`
...
...
pkg/infrastructure/service_gateway/allied_creation_cooperation/param_dividends_returned_order.go
查看文件 @
bddc4f0
...
...
@@ -2,10 +2,9 @@ package allied_creation_cooperation
import
"time"
//创建分红退货单
type
(
DividendsReturnedOrderGoods
struct
{
OrderGoodId
int64
`json:"orderGoodId,string"`
//
订单产品id
OrderGoodId
int64
`json:"orderGoodId,string"`
//订单产品id
CooperationContractNumber
string
`json:"cooperationContractNumber"`
//关联的共创合约编号
OrderGoodAmount
float64
`json:"orderGoodAmount"`
//订单产品金额
OrderGoodName
string
`json:"orderGoodName"`
//订单产品名称
...
...
@@ -57,6 +56,7 @@ type (
OrderGoodPrice
float64
`json:"orderGoodPrice"`
//订单产品单价
OrderGoodQuantity
float64
`json:"orderGoodQuantity"`
//订单产品数量
}
//创建分红退货单
ReqDividendsReturnedOrderAdd
struct
{
DividendsReturnedCustomerName
string
`json:"dividendsReturnedCustomerName"`
DividendsOrderNumber
string
`json:"dividendsOrderNumber"`
//分红单号
...
...
请
注册
或
登录
后发表评论