Commit 222e586c authored by 温志超's avatar 温志超

产品绑定标签模板

parent c8478da9
...@@ -54,6 +54,26 @@ public class ProProductQrcodeRuleUpdate { ...@@ -54,6 +54,26 @@ public class ProProductQrcodeRuleUpdate {
@ApiModelProperty("当前流水") @ApiModelProperty("当前流水")
private Integer currentSerial; private Integer currentSerial;
/**
* 模板ID
*/
private Long templateId;
/**
* 模板名称
*/
private String templateName;
/**
* 模板编码(ID)
*/
private String templateCode;
/**
* 模板类型
*/
private String templateType;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment