|
@@ -36,9 +36,6 @@ public class WxTemplateMsg extends TenantEntity { |
|
|
@TableField(exist = false) |
|
|
@TableField(exist = false) |
|
|
private List<Integer> types; |
|
|
private List<Integer> types; |
|
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
|
|
private boolean isc; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getTypeName(){ |
|
|
public String getTypeName(){ |
|
|
if(this.getType() != null) { |
|
|
if(this.getType() != null) { |
|
|