|
|
@@ -22,15 +22,7 @@ type QryReportDayReq struct {
|
|
|
|
|
|
type QryReportFinanceDayRsp models.ErmcpReportDayFR
|
|
|
|
|
|
-// @Summary 查询财务日报表(菜单:报表查询/财务报表/日报表)
|
|
|
-// @Produce json
|
|
|
-// @Security ApiKeyAuth
|
|
|
-// @Param userid query int true "用户ID"
|
|
|
-// @Param tradedate query string true "交易日(格式:yyyyMMdd)"
|
|
|
-// @Success 200 {array} QryReportFinanceDayRsp
|
|
|
-// @Failure 500 {object} app.Response
|
|
|
-// @Router /Ermcp/QryReportDayFinance [get]
|
|
|
-// @Tags 企业风险管理(app)
|
|
|
+// QryReportDayFinance 查询财务日报表(菜单:报表查询/财务报表/日报表)
|
|
|
func QryReportDayFinance(c *gin.Context) {
|
|
|
a := app.GinUtils{Gin: app.Gin{C: c}}
|
|
|
req := QryReportDayReq{}
|
|
|
@@ -42,15 +34,7 @@ func QryReportDayFinance(c *gin.Context) {
|
|
|
// 财务日报表款项明细
|
|
|
type QryReportFinanceKxRsp models.ErmcpReportOPLog
|
|
|
|
|
|
-// @Summary 查询财务日报表款项(菜单:报表查询/财务报表/日报表/款项)
|
|
|
-// @Produce json
|
|
|
-// @Security ApiKeyAuth
|
|
|
-// @Param userid query int true "用户ID"
|
|
|
-// @Param tradedate query string true "交易日(格式:yyyyMMdd)"
|
|
|
-// @Success 200 {array} QryReportFinanceKxRsp
|
|
|
-// @Failure 500 {object} app.Response
|
|
|
-// @Router /Ermcp/QryReportDayFinanceKx [get]
|
|
|
-// @Tags 企业风险管理(app)
|
|
|
+// QryReportDayFinanceKx 查询财务日报表款项(菜单:报表查询/财务报表/日报表/款项)
|
|
|
func QryReportDayFinanceKx(c *gin.Context) {
|
|
|
a := app.GinUtils{Gin: app.Gin{C: c}}
|
|
|
req := QryReportDayReq{}
|
|
|
@@ -62,15 +46,7 @@ func QryReportDayFinanceKx(c *gin.Context) {
|
|
|
// 财务日报表发票明细
|
|
|
type QryReportFinanceFpRsp models.ErmcpReportOPLog
|
|
|
|
|
|
-// @Summary 查询财务日报表发票(菜单:报表查询/财务报表/日报表/发票)
|
|
|
-// @Produce json
|
|
|
-// @Security ApiKeyAuth
|
|
|
-// @Param userid query int true "用户ID"
|
|
|
-// @Param tradedate query string true "交易日(格式:yyyyMMdd)"
|
|
|
-// @Success 200 {array} QryReportFinanceKxRsp
|
|
|
-// @Failure 500 {object} app.Response
|
|
|
-// @Router /Ermcp/QryReportDayFinanceFp [get]
|
|
|
-// @Tags 企业风险管理(app)
|
|
|
+// QryReportDayFinanceFp 查询财务日报表发票(菜单:报表查询/财务报表/日报表/发票)
|
|
|
func QryReportDayFinanceFp(c *gin.Context) {
|
|
|
a := app.GinUtils{Gin: app.Gin{C: c}}
|
|
|
req := QryReportDayReq{}
|
|
|
@@ -88,15 +64,7 @@ type QryReportMonthReq struct {
|
|
|
// 财务月报表应答
|
|
|
type QryReportFinanceMonRsp models.ErmcpReportMonthFR
|
|
|
|
|
|
-// @Summary 查询财务月报表(菜单:报表查询/财务报表/月报表)
|
|
|
-// @Produce json
|
|
|
-// @Security ApiKeyAuth
|
|
|
-// @Param userid query int true "用户ID"
|
|
|
-// @Param cycletime query string true "周期时间:月(格式:yyyyMM)"
|
|
|
-// @Success 200 {array} QryReportFinanceMonRsp
|
|
|
-// @Failure 500 {object} app.Response
|
|
|
-// @Router /Ermcp/QryReportMonthFinance [get]
|
|
|
-// @Tags 企业风险管理(app)
|
|
|
+// QryReportMonthFinance 查询财务月报表(菜单:报表查询/财务报表/月报表)
|
|
|
func QryReportMonthFinance(c *gin.Context) {
|
|
|
a := app.GinUtils{Gin: app.Gin{C: c}}
|
|
|
req := QryReportMonthReq{}
|
|
|
@@ -108,15 +76,7 @@ func QryReportMonthFinance(c *gin.Context) {
|
|
|
// 敞口日报表
|
|
|
type QryReportExposureDayRsp models.ErmcpReportDayExposure
|
|
|
|
|
|
-// @Summary 查询敞口日报表(菜单:报表查询/敞口报表/敞口日报表)
|
|
|
-// @Produce json
|
|
|
-// @Security ApiKeyAuth
|
|
|
-// @Param userid query int true "用户ID"
|
|
|
-// @Param tradedate query string true "交易日(格式:yyyyMMdd)"
|
|
|
-// @Success 200 {array} QryReportExposureDayRsp
|
|
|
-// @Failure 500 {object} app.Response
|
|
|
-// @Router /Ermcp/QryReportDayExposure [get]
|
|
|
-// @Tags 企业风险管理(app)
|
|
|
+// QryReportDayExposure 查询敞口日报表(菜单:报表查询/敞口报表/敞口日报表)
|
|
|
func QryReportDayExposure(c *gin.Context) {
|
|
|
a := app.GinUtils{Gin: app.Gin{C: c}}
|
|
|
req := QryReportDayReq{}
|
|
|
@@ -128,15 +88,7 @@ func QryReportDayExposure(c *gin.Context) {
|
|
|
// 现货日报表
|
|
|
type QryReportSpotDayRsp models.ErmcpReportDaySpot
|
|
|
|
|
|
-// @Summary 查询现货日报表(菜单:报表查询/现货报表/现货日报表)
|
|
|
-// @Produce json
|
|
|
-// @Security ApiKeyAuth
|
|
|
-// @Param userid query int true "用户ID"
|
|
|
-// @Param tradedate query string true "交易日(格式:yyyyMMdd)"
|
|
|
-// @Success 200 {array} QryReportSpotDayRsp
|
|
|
-// @Failure 500 {object} app.Response
|
|
|
-// @Router /Ermcp/QryReportDaySpot [get]
|
|
|
-// @Tags 企业风险管理(app)
|
|
|
+// QryReportDaySpot 查询现货日报表(菜单:报表查询/现货报表/现货日报表)
|
|
|
func QryReportDaySpot(c *gin.Context) {
|
|
|
a := app.GinUtils{Gin: app.Gin{C: c}}
|
|
|
req := QryReportDayReq{}
|
|
|
@@ -155,16 +107,7 @@ type QryReportDaySpotDetailReq struct {
|
|
|
// 现货日报表明细应答
|
|
|
type QryReportDaySpotDetailRsp models.ErmcpReportOPLog
|
|
|
|
|
|
-// @Summary 查询现货日报表详情(菜单:报表查询/现货报表/现货日报表详情)
|
|
|
-// @Produce json
|
|
|
-// @Security ApiKeyAuth
|
|
|
-// @Param userid query int true "用户ID"
|
|
|
-// @Param wrstandardid query int true "现货商品id"
|
|
|
-// @Param tradedate query string true "交易日(格式:yyyyMMdd)"
|
|
|
-// @Success 200 {array} QryReportDaySpotDetailRsp
|
|
|
-// @Failure 500 {object} app.Response
|
|
|
-// @Router /Ermcp/QryReportDaySpotDetail [get]
|
|
|
-// @Tags 企业风险管理(app)
|
|
|
+// QryReportDaySpotDetail 查询现货日报表详情(菜单:报表查询/现货报表/现货日报表详情)
|
|
|
func QryReportDaySpotDetail(c *gin.Context) {
|
|
|
a := app.GinUtils{Gin: app.Gin{C: c}}
|
|
|
req := QryReportDaySpotDetailReq{}
|
|
|
@@ -177,15 +120,7 @@ func QryReportDaySpotDetail(c *gin.Context) {
|
|
|
// 现货月报表应答
|
|
|
type QryReportSpotMonRsp models.ErmcpReportMonSpot
|
|
|
|
|
|
-// @Summary 查询现货月报表(菜单:报表查询/现货报表/现货月报表)
|
|
|
-// @Produce json
|
|
|
-// @Security ApiKeyAuth
|
|
|
-// @Param userid query int true "用户ID"
|
|
|
-// @Param cycletime query string true "周期时间:月(格式:yyyyMM)"
|
|
|
-// @Success 200 {array} QryReportSpotMonRsp
|
|
|
-// @Failure 500 {object} app.Response
|
|
|
-// @Router /Ermcp/QryReportMonthSpot [get]
|
|
|
-// @Tags 企业风险管理(app)
|
|
|
+// QryReportMonthSpot 查询现货月报表(菜单:报表查询/现货报表/现货月报表)
|
|
|
func QryReportMonthSpot(c *gin.Context) {
|
|
|
a := app.GinUtils{Gin: app.Gin{C: c}}
|
|
|
req := QryReportMonthReq{}
|
|
|
@@ -204,16 +139,7 @@ type QryReportSpotMonthDetailReq struct {
|
|
|
// 现货月报表详情应答
|
|
|
type QryReportSpotMonthDetailRsp models.ErmcpReportDaySpot
|
|
|
|
|
|
-// @Summary 查询现货月报表详情(菜单:报表查询/现货月报表/现货月报表详情)
|
|
|
-// @Produce json
|
|
|
-// @Security ApiKeyAuth
|
|
|
-// @Param userid query int true "用户ID"
|
|
|
-// @Param wrstandardid query int true "现货商品id"
|
|
|
-// @Param cycletime query string true "周期时间:月(格式:yyyyMM)"
|
|
|
-// @Success 200 {array} QryReportSpotMonthDetailRsp
|
|
|
-// @Failure 500 {object} app.Response
|
|
|
-// @Router /Ermcp/QryReportMonthSpotDetail [get]
|
|
|
-// @Tags 企业风险管理(app)
|
|
|
+// QryReportMonthSpotDetail 查询现货月报表详情(菜单:报表查询/现货月报表/现货月报表详情)
|
|
|
func QryReportMonthSpotDetail(c *gin.Context) {
|
|
|
a := app.GinUtils{Gin: app.Gin{C: c}}
|
|
|
req := QryReportSpotMonthDetailReq{}
|
|
|
@@ -241,19 +167,6 @@ type QueryReportAreaSpotPLReq struct {
|
|
|
}
|
|
|
|
|
|
// QryReportAreaSpotPL
|
|
|
-// @Summary 查询现货损益报表(现货损益报表)
|
|
|
-// @Produce json
|
|
|
-// @Security ApiKeyAuth
|
|
|
-// @Param userid query int true "用户ID"
|
|
|
-// @Param querytype query int true "查询类型 1-日报表 2-月报表"
|
|
|
-// @Param querydate query string true "查询日期(格式 日报表YYYYMMDD, 月报表YYYYMM)"
|
|
|
-// @Param wrstandardid query int false "现货商品ID"
|
|
|
-// @Param spotgoodsbrandid query int false "品牌ID"
|
|
|
-// @Param spotgoodsmodelid query int false "型号ID"
|
|
|
-// @Success 200 {array} models.ErmcpReportAreaSpotPL
|
|
|
-// @Failure 500 {object} app.Response
|
|
|
-// @Router /Ermcp/QryReportAreaSpotPL [get]
|
|
|
-// @Tags 企业风险管理(app)
|
|
|
func QryReportAreaSpotPL(c *gin.Context) {
|
|
|
a := app.GinUtils{Gin: app.Gin{C: c}}
|
|
|
req := QueryReportAreaSpotPLReq{}
|