admin
2020-07-07 c9cbad5f5d18c6b2ac5a063e41007933d7028329
fanli/src/main/java/com/yeshi/fanli/entity/system/BusinessSystem.java
@@ -16,7 +16,6 @@
 *    业务系统
 * 
 * @author Administrator
 *
 */
@Table(name = "yeshi_ec_system")
@org.yeshi.utils.mybatis.Table("yeshi_ec_system")
@@ -53,9 +52,30 @@
   @org.yeshi.utils.mybatis.Column(name="system")
   private SystemEnum system;//系统
   
    @org.yeshi.utils.mybatis.Column(name = "wx_app_id")
    private String wxAppId;
    @org.yeshi.utils.mybatis.Column(name = "wx_app_secret")
    private String wxAppSecret;
    public String getWxAppId() {
        return wxAppId;
    }
    public void setWxAppId(String wxAppId) {
        this.wxAppId = wxAppId;
    }
    public String getWxAppSecret() {
        return wxAppSecret;
    }
    public void setWxAppSecret(String wxAppSecret) {
        this.wxAppSecret = wxAppSecret;
    }
   @Transient 
   private int check;//判断是否选中: 1选中  0 未选中
   public BusinessSystem() {
@@ -83,7 +103,6 @@
      this.beizhu = beizhu;
      this.packageName = packageName;
   }
   
   
   public Long getId() {
@@ -125,7 +144,6 @@
   public void setPackageName(String packageName) {
      this.packageName = packageName;
   }
   public String getName() {