Commit 1d7862c8 by zhangxiaoyan

app tag add

parent 953fa23a
package com.reyun.model;
/**
* description:
*
* @author nolan
* @date 25/12/2017
*/
public class SyDicItemPK
implements java.io.Serializable {
private String itemCode;
private String dicCode;
public String getItemCode() {
return itemCode;
}
public void setItemCode(String itemCode) {
this.itemCode = itemCode;
}
public String getDicCode() {
return dicCode;
}
public void setDicCode(String dicCode) {
this.dicCode = dicCode;
}
}
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