Explorar o código

查现货商品详情增加标仓系数字段

zou.yingbin %!s(int64=4) %!d(string=hai) anos
pai
achega
06dd4bfea1
Modificáronse 4 ficheiros con 8575 adicións e 9860 borrados
  1. 2933 3366
      docs/docs.go
  2. 2933 3366
      docs/swagger.json
  3. 2695 3116
      docs/swagger.yaml
  4. 14 12
      models/ermcpWrstandard.go

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 2933 - 3366
docs/docs.go


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 2933 - 3366
docs/swagger.json


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 2695 - 3116
docs/swagger.yaml


+ 14 - 12
models/ermcpWrstandard.go

@@ -75,18 +75,19 @@ func (r *ErmcpWrstandard) GetData() ([]ErmcpWrstandard, error) {
 
 // GoodsTypeModel 商品型号表
 type GoodsTypeModel struct {
-	MODELID         int    `json:"modelid"  xorm:"'MODELID'"`       // 型号ID
-	MODELNAME       string `json:"modelname"  xorm:"'MODELNAME'"`   // 型号名称
-	WRSTANDARDID    int64  `json:"-"  xorm:"'WRSTANDARDID'"`        // 现货商品ID
-	DELIVERYGOODSID int32  `json:"-"  xorm:"'DELIVERYGOODSID'"`     // 现货品种ID
-	AREAUSERID      int    `json:"-"  xorm:"'AREAUSERID'"`          // 所属机构
-	ISVALID         int32  `json:"-"  xorm:"'ISVALID'"`             // 是否有效 - 0:无效 1:有效
-	CREATORSRC      int32  `json:"-"  xorm:"'CREATORSRC'"`          // 创建人来源 - 1:管理端 2:终端
-	CREATORID       int32  `json:"-"  xorm:"'CREATORID'"`           // 创建人
-	CREATETIME      string `json:"-"  xorm:"'CREATETIME'"`          // SYSDATE		创建时间
-	UPDATORSRC      int32  `json:"-"  xorm:"'UPDATORSRC'"`          // 更新人来源 - 1:管理端 2:终端
-	UPDATORID       int32  `json:"-"  xorm:"'UPDATORID'"`           // 更新人
-	UPDATETIME      string `json:"updatetime"  xorm:"'UPDATETIME'"` // 更新时间
+	MODELID         int     `json:"modelid"  xorm:"'MODELID'"`             // 型号ID
+	MODELNAME       string  `json:"modelname"  xorm:"'MODELNAME'"`         // 型号名称
+	WRSTANDARDID    int64   `json:"-"  xorm:"'WRSTANDARDID'"`              // 现货商品ID
+	DELIVERYGOODSID int32   `json:"-"  xorm:"'DELIVERYGOODSID'"`           // 现货品种ID
+	AREAUSERID      int     `json:"-"  xorm:"'AREAUSERID'"`                // 所属机构
+	ISVALID         int32   `json:"-"  xorm:"'ISVALID'"`                   // 是否有效 - 0:无效 1:有效
+	CREATORSRC      int32   `json:"-"  xorm:"'CREATORSRC'"`                // 创建人来源 - 1:管理端 2:终端
+	CREATORID       int32   `json:"-"  xorm:"'CREATORID'"`                 // 创建人
+	CREATETIME      string  `json:"-"  xorm:"'CREATETIME'"`                // SYSDATE		创建时间
+	UPDATORSRC      int32   `json:"-"  xorm:"'UPDATORSRC'"`                // 更新人来源 - 1:管理端 2:终端
+	UPDATORID       int32   `json:"-"  xorm:"'UPDATORID'"`                 // 更新人
+	UPDATETIME      string  `json:"updatetime"  xorm:"'UPDATETIME'"`       // 更新时间
+	CONVERTFACTOR   float64 `json:"convertfactor"  xorm:"'CONVERTFACTOR'"` // 标仓系数
 }
 
 // GetData 获取商品型号表数据
@@ -111,6 +112,7 @@ func (r *GoodsTypeModel) buildSql() string {
 		"       to_char(CREATETIME, 'yyyy-mm-dd hh24:mi:ss') CREATETIME," +
 		"       UPDATORSRC," +
 		"       UPDATORID," +
+		"       CONVERTFACTOR," +
 		"       to_char(UPDATETIME, 'yyyy-mm-dd hh24:mi:ss') UPDATETIME" +
 		"  from spotgoodsmodel where ISVALID=1"
 	if r.AREAUSERID > 0 {

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio