All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.base4j.mvc.base.entity.IPrepare Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package com.base4j.mvc.base.entity;

import java.io.Serializable;

/**
 * 要自动生成createDt/createBy/updateBy/updateDt/orgId/deptId时,需要实现该方法
 * 自动生成动作仅在调用service层的insert和update时有效
 * Created by [huangjun] on 2017-08-16.
 */
public interface IPrepare extends Serializable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy