//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//

package com.hand.app.esignHclc.dto;

import com.hand.hap.mybatis.annotation.ExtensionAttribute;
import com.hand.hap.system.dto.BaseDTO;
import javax.persistence.Id;
import javax.persistence.Table;

@Table(
    name = "lm005_hclc"
)
@ExtensionAttribute(
    disable = true
)
public class Lm005Hclc extends BaseDTO {
    @Id
    private String webcustomercd;
    private String ctino;
    private String openId;

    public Lm005Hclc() {
    }

    public String getWebcustomercd() {
        return this.webcustomercd;
    }

    public void setWebcustomercd(String webcustomercd) {
        this.webcustomercd = webcustomercd;
    }

    public String getOpenId() {
        return this.openId;
    }

    public void setOpenId(String openId) {
        this.openId = openId;
    }

    public String getCtino() {
        return this.ctino;
    }

    public void setCtino(String ctino) {
        this.ctino = ctino;
    }
}
