文件名从 Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/model/SmPasswordStrategyDO.java 修改 |
| | |
| | | package com.vci.frameworkcore.model; |
| | | package com.vci.model; |
| | | |
| | | import com.vci.constant.FrameWorkBtmTypeConstant; |
| | | import com.vci.starter.web.annotation.Column; |
| | | import com.vci.starter.web.annotation.Transient; |
| | | import com.vci.starter.web.annotation.VciBtmType; |
| | |
| | | * @author weidy |
| | | * @date 2020/1/29 |
| | | */ |
| | | @VciBtmType(name = "passwordstrategy",text = "瀵嗙爜瀹夊叏绛栫暐",tableName = "PLPASSWORDSTRATEGY",lifeCycle = FrameWorkLcStatusConstant.EMTYPE_LIFE_CYCLE) |
| | | @VciBtmType(name = FrameWorkBtmTypeConstant.SM_PASSWORD_STRATEGY,text = "瀵嗙爜瀹夊叏绛栫暐",tableName = "PLPASSWORDSTRATEGY",lifeCycle = FrameWorkLcStatusConstant.EMTYPE_LIFE_CYCLE) |
| | | @Transient |
| | | public class SmPasswordStrategyDO implements java.io.Serializable { |
| | | |