在Ec项目中我们提供1个sdkService用来查询渠道档案,具体用法如下
// 查询例子 StockChannelEntity channelEntity = sdkService.findById(request.getChannelId());
// 注解例子 @Autowired private IStockChannelService sdkService;
出参信息如下:
/** 渠道编号 */ @ApiModelProperty(name = "渠道编号[PK]", dataType = "String(4)", required = true, notes = "渠道编号") private String channelId; /** 渠道名称 */ @ApiModelProperty(name = "渠道名称", dataType = "String(50)", required = false, notes = "渠道名称") private String channelName; /** 状态(0-停用,1-启用) */ @ApiModelProperty(name = "状态", dataType = "Integer(2)", required = false, notes = "状态(0-停用,1-启用)") private Integer channelState; /** 全渠道编号 */ @ApiModelProperty(name = "全渠道编号", dataType = "String", required = false, notes = "全渠道编号") private String organId; /** 库存共享比例(0~100) */ @ApiModelProperty(name = "库存共享比例", dataType = "BigDecimal(12,6)", required = false, notes = "库存共享比例(0~100)") private BigDecimal stockSaleRatio; /** 共享安全库存 */ @ApiModelProperty(name = "共享安全库存", dataType = "BigDecimal(12,2)", required = false, notes = "共享安全库存") private BigDecimal stockSaleFrozen; /** 库存发货比例(0~100) */ @ApiModelProperty(name = "库存发货比例", dataType = "BigDecimal(12,6)", required = false, notes = "库存发货比例(0~100)") private BigDecimal stockSendRatio; /** 发货安全库存 */ @ApiModelProperty(name = "发货安全库存", dataType = "BigDecimal(12,2)", required = false, notes = "发货安全库存") private BigDecimal stockSendFrozen; /** 占用共有标识符 */ @ApiModelProperty(name = "占用共有标识符", dataType = "BigDecimal", required = false, notes = "占用共有标识符") private String shareOccIdentifier; /** 备注 */ @ApiModelProperty(name = "备注", dataType = "String(200)", required = false, notes = "备注") private String channelRemark;
档案的数据是保存在oc_stock_channel中,实体类在StockChannelArchiveTable中
c#中string和StringBuilder直接看看执行速度。(2).String类型累计赋值Test  ...
在安装之前我们先看看官方给出的依赖关系.首先是dll文件和mongodb软件的依赖关系然后是PHP文件和dll的依赖关系我的是phpstudy的集成环境PHP5.4.45 NTS+Apache+Mysql【一】.安装mongodb3.0软件对比依赖关系下载mongodb3.0.msi软件,完整名称:...
Application 对象用于存储和访问来自任意页面的变量,类似 Session 对象。不同之处在于所有的用户分享一个 Application 对象,而 session 对象和用户的关系是一一对应的。很多的书籍中介绍的Application对象都喜欢以统计在线人数来介绍Application 对象...
1.关机Process.Start("shutdown", "-s -t 0"); 2. 注销 Proc...
public static string GetMD5(string str) { //创建MD5对象 MD5 md5 = MD5.C...
private const string fantizi = "高久峰是個程序員"; private const string jiantizi = "高久峰是个程序员...