fengxiang
2018-07-24 4bcb1ee43667a1093657d2ced4f27e3036c66f49
1
2
3
4
5
6
7
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.OrganizationLayout;
 
public interface OrganizationLayoutMapper extends BaseMapper<OrganizationLayout> {
}